⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdr_tsim.tcl

📁 使用FPGA做SDRAM控制器
💻 TCL
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -