Forum Discussion

pp's avatar
pp
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

DDR4 example design仿真

各位前辈好: 我按照官方的手册,生成了ddr4 IP的example design 后,去进行仿真 我首先设置更改了 change directory,然后 执行命令 vsim -do msim-setup.tcl ,返回一个 no design specified 的提示,再执行do msim_setu...
  • AdzimZM_Altera's avatar
    4 years ago

    Hi pp,

    You actually doing it right.

    After performing commands do msim_setup.tcl, you should perform the commands like below:

    1. dev_com
    2. com
    3. elab_debug
    4. add wave "ed_sim/*"
    5. transcript file transcript.txt
    6. 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,

    1. Copy the run.do into your msim_setup.tcl directory
    2. Open Modelsim
    3. Change directory to your msim_setup.tcl directory
    4. Perform do run.do in the transaction windows

    Feel free to ask me when you still need some help.

    Thanks,

    Adzim