Hochladen der vorherigen Laborübungen.
Die Dateien selbst wurden nicht verändert.
This commit is contained in:
27
labor_2/automat/sim/wave_cola.tcl
Normal file
27
labor_2/automat/sim/wave_cola.tcl
Normal file
@@ -0,0 +1,27 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate /tb_cola/tb_clk
|
||||
add wave -noupdate /tb_cola/tb_rst
|
||||
add wave -noupdate /tb_cola/tb_enable
|
||||
add wave -noupdate /tb_cola/dut_eineuro
|
||||
add wave -noupdate /tb_cola/dut_zweieuro
|
||||
add wave -noupdate /tb_cola/dut_ausgabe
|
||||
add wave -noupdate /tb_cola/dut_zustand
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {999632 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 {0 ps} {1683456 ps}
|
||||
Reference in New Issue
Block a user