⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 do.do

📁 VHDL程序
💻 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 + -