sdr_tsim.tcl
来自「使用FPGA做SDRAM控制器」· TCL 代码 · 共 26 行
TCL
26 行
cd ../timing
if {![file exists work]} {
vlib work
}
vmap work work
# compile all necessary source and testbench files
#
# Start compiling.............
vlog ../../../../par/xm/sdr_top.vo
vlog +incdir+../../../../source ../../../../testbench/sdr_tb.tf
# End
# Load the top testbench file
vsim -L xp_vlg -sdfmax /UUT=../../../../par/xm/sdr_top.sdf -multisource_delay max work.sdr_tb
add wave -r /*
run -all
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?