OpenCores
URL https://opencores.org/ocsvn/pltbutils/pltbutils/trunk

Subversion Repositories pltbutils

[/] [pltbutils/] [trunk/] [sim/] [modelsim_tb_example2/] [bin/] [tc1.do] - Blame information for rev 107

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 pela
# tc1.do
2 107 pela
# ModelSim do script for compiling and running simulation
3
set tc ../../../examples/vhdl/tb_example2/tc1.vhd
4
set libname worklib
5 2 pela
set vsim_arg ""
6
if {$argc >= 1} {
7
  set vsim_arg $1
8
}
9
 
10 107 pela
do comp.do $tc
11
vsim -l ../log/$tc.log $vsim_arg $libname.tb_example2
12
if [file exists log.do] {
13
  do log.do
14
}
15
if [file exists ../bin/wave.do] {
16
  do ../bin/wave.do
17
}
18 2 pela
run 1 ms
19
 
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.