URL
https://opencores.org/ocsvn/sdr_ctrl/sdr_ctrl/trunk
Subversion Repositories sdr_ctrl
[/] [sdr_ctrl/] [trunk/] [verif/] [run/] [compile.modelsim] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/csh
if(! -e work) then
vlib work
else
\rm -rf work
vlib work
endif
if($1 == "core") then # run SDRAM Core level test case
vlog -work work +define+$2 -f filelist_core.f
else # Run SDRAM Top Level test cases
vlog -work work +define+$2 -f filelist_top.f
endif
Go to most recent revision | Compare with Previous | Blame | View Log