?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -