1
0
UAHCode/EE203/Noah Woodlee/BasicGates/simulation/qsim/class1-21-21.do

18 lines
592 B
Plaintext
Raw Normal View History

2022-08-28 21:12:16 +00:00
onerror {exit -code 1}
vlib work
vlog -work work class1-21-21.vo
vlog -work work Waveform1.vwf.vt
vsim -novopt -c -t 1ps -L fiftyfivenm_ver -L altera_ver -L altera_mf_ver -L 220model_ver -L sgate_ver -L altera_lnsim_ver work.class1-21-21_vlg_vec_tst
vcd file -direction class1-21-21.msim.vcd
vcd add -internal class1-21-21_vlg_vec_tst/*
vcd add -internal class1-21-21_vlg_vec_tst/i1/*
proc simTimestamp {} {
echo "Simulation time: $::now ps"
if { [string equal running [runStatus]] } {
after 2500 simTimestamp
}
}
after 2500 simTimestamp
run -all
quit -f