📄 simulate_vcs.sh
字号:
#!/bin/sh# remove old filesrm -rf simv* csrc DVEfiles AN.DB# compile all of the files# Note that -sverilog is not strictly required- You can# remove the -sverilog if you change the type of the# localparam for the periods in the testbench file to # [63:0] from timevlogan -sverilog \ ${XILINX}/verilog/src/glbl.v \ ../../../clk_core.v \ ../../example_design/clk_core_exdes.v \ ../clk_core_tb.v# prepare the simulation vcs +vcs+lic+wait -debug clk_core_tb glbl# run the simulation./simv -ucli -i ucli_commands.key# launch the viewerdve -vpd vcdplus.vpd -session vcs_session.tcl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -