URL
https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk
Subversion Repositories oms8051mini
[/] [oms8051mini/] [trunk/] [verif/] [run/] [compile.modelsim] - Rev 23
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/csh
if(! -e work) then
vlib work
endif
vlog -work work +define+SFLASH_SPDUP -sv -f filelist_top.f
Go to most recent revision | Compare with Previous | Blame | View Log