URL
https://opencores.org/ocsvn/usb2uart/usb2uart/trunk
Subversion Repositories usb2uart
[/] [usb2uart/] [trunk/] [verify/] [run/] [run_modelsim] - Rev 3
Compare with Previous | Blame | View Log
#!/bin/csh
#
# test for uart
#
echo " Compiling with MODELSIM "
if(! -e work) then
vlib work
endif
vlog -work work -f filelist.f | tee ../log/compile.log
vsim -do modelsim.do -c tb | tee ../log/run.log