📄 do.do
字号:
# build dir for compile result
vlib work
# compile design
vcom pll.vhd
# compile test platform
vcom test_pll.vhd
# simulation
vsim work.test_pll
# open test windows
view wave
view signals
# signal of test platform
add wave /test_pll/clk_in
add wave /test_pll/data_in
add wave /test_pll/clk_out
add wave /test_pll/state
add wave /test_pll/data_out
run 30 ms
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -