pp
Occasional Contributor
4 years agoDDR4 example design仿真
各位前辈好:
我按照官方的手册,生成了ddr4 IP的example design 后,去进行仿真
我首先设置更改了 change directory,然后 执行命令 vsim -do msim-setup.tcl ,返回一个
no design specified 的提示,再执行do msim_setup.tcl, modelsim 一点反应都没有,希望各位前辈指导我一下
Hi pp,
You actually doing it right.
After performing commands do msim_setup.tcl, you should perform the commands like below:
- dev_com
- com
- elab_debug
- add wave "ed_sim/*"
- transcript file transcript.txt
- run -all
I already share the run.do file at my first comment there.
It's contains the commands to simulate your design.
In order to use it,
- Copy the run.do into your msim_setup.tcl directory
- Open Modelsim
- Change directory to your msim_setup.tcl directory
- Perform do run.do in the transaction windows
Feel free to ask me when you still need some help.
Thanks,
Adzim