URL
https://opencores.org/ocsvn/sdr_ctrl/sdr_ctrl/trunk
Subversion Repositories sdr_ctrl
[/] [sdr_ctrl/] [trunk/] [verif/] [run/] [compile.modelsim] - Rev 7
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
vlog -work work +define+$1 -f filelist.f
Go to most recent revision | Compare with Previous | Blame | View Log