simulate_vcs.sh
来自「32位单精度浮点加法器」· Shell 代码 · 共 25 行
SH
25 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?