Hochladen der vorherigen Laborübungen.
Die Dateien selbst wurden nicht verändert.
This commit is contained in:
25
labor_2/aufwaertszaehler/sim/wave_counter.tcl
Normal file
25
labor_2/aufwaertszaehler/sim/wave_counter.tcl
Normal file
@@ -0,0 +1,25 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate /tb_n_bit_counter/tb_clk
|
||||
add wave -noupdate /tb_n_bit_counter/tb_rst
|
||||
add wave -noupdate /tb_n_bit_counter/tb_en
|
||||
add wave -noupdate -radix unsigned /tb_n_bit_counter/dut_q
|
||||
add wave -noupdate /tb_n_bit_counter/dut_tc
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {180405 ps} 0}
|
||||
quietly wave cursor active 1
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 0
|
||||
configure wave -snapdistance 10
|
||||
configure wave -datasetprefix 0
|
||||
configure wave -rowmargin 4
|
||||
configure wave -childrowmargin 2
|
||||
configure wave -gridoffset 0
|
||||
configure wave -gridperiod 5000
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
configure wave -timelineunits ns
|
||||
update
|
||||
WaveRestoreZoom {98930 ps} {519794 ps}
|
||||
Reference in New Issue
Block a user