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

Subversion Repositories pltbutils

[/] [pltbutils/] [branches/] [dev_beta0002/] [sim/] [modelsim_tb_example2/] [bin/] [wave.do] - Diff between revs 2 and 48

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 48
Line 1... Line 1...
onerror {resume}
onerror {resume}
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.test_num  } Test_number
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.test_name  } Test_name
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.info  } Info
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.chk_cnt  } Checks
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.err_cnt  } Errors
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.stop_sim  } StopSim
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.test_num  } TestNumber
 
quietly virtual signal -install /tb_example {/tb_example/pltbs.test_name  } TestName
quietly WaveActivateNextPane {} 0
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider {Simulation info}
add wave -noupdate -divider {Simulation info}
add wave -noupdate /tb_example/info
add wave -noupdate /tb_example/TestNumber
add wave -noupdate /tb_example/test_num
add wave -noupdate /tb_example/TestName
add wave -noupdate /tb_example/test_name
add wave -noupdate /tb_example/Info
add wave -noupdate /tb_example/checks
add wave -noupdate /tb_example/Checks
add wave -noupdate /tb_example/errors
add wave -noupdate /tb_example/Errors
add wave -noupdate /tb_example/stop_sim
add wave -noupdate /tb_example/StopSim
add wave -noupdate -divider Tb
add wave -noupdate -divider Tb
add wave -noupdate /tb_example/clk
add wave -noupdate /tb_example/clk
add wave -noupdate /tb_example/rst
add wave -noupdate /tb_example/rst
add wave -noupdate /tb_example/carry_in
add wave -noupdate /tb_example/carry_in
add wave -noupdate /tb_example/x
add wave -noupdate /tb_example/x
Line 42... Line 50...
configure wave -gridperiod 1
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -griddelta 40
configure wave -timeline 0
configure wave -timeline 0
configure wave -timelineunits ps
configure wave -timelineunits ps
update
update
WaveRestoreZoom {999992571 ps} {1000000391 ps}
WaveRestoreZoom {0 ps} {131072 ps}
WaveRestoreZoom {0 ps} {131072 ps}
WaveRestoreZoom {0 ps} {131072 ps}

powered by: WebSVN 2.1.0

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