URL
https://opencores.org/ocsvn/pltbutils/pltbutils/trunk
Subversion Repositories pltbutils
[/] [pltbutils/] [branches/] [dev0007/] [sim/] [modelsim_tb_example2/] [bin/] [tc1.do] - Rev 84
Go to most recent revision | Compare with Previous | Blame | View Log
# tc1.do
# ModelSim do script for compiling and running simulation
set vsim_arg ""
if {$argc >= 1} {
set vsim_arg $1
}
do comp.do ../../../examples/vhdl/tb_example2/tc1.vhd
vsim -l ../log/tc1.log $vsim_arg tb_example2
#do log.do
do ../bin/wave.do
run 1 ms
Go to most recent revision | Compare with Previous | Blame | View Log