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

📄 sdr_fsim.tcl

📁 使用FPGA做SDRAM控制器
💻 TCL
字号:
cd ../rtl

if {![file exists work]} {
     vlib work
}

vmap work work

# compile all necessary source and testbench files
#

# Start compiling.............
vlog +incdir+../../../../source ../../../../source/sdr_ctrl.v
vlog +incdir+../../../../source ../../../../source/sdr_sig.v
vlog +incdir+../../../../source ../../../../source/sdr_data.v
vlog +incdir+../../../../source ../../../../source/sdr_top.v

vlog +incdir+../../../../source ../../../../testbench/sdr_tb.tf

# End


# Load the top testbench file
vsim work.sdr_tb

add wave -r /*

run -all

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -