Versucht, näher an die Lösung zu kommen.
This commit is contained in:
@@ -3,18 +3,52 @@ quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate /tb_ampel/CLK
|
||||
add wave -noupdate /tb_ampel/RSTn
|
||||
add wave -noupdate /tb_ampel/SW
|
||||
add wave -noupdate -expand -subitemconfig {{/tb_ampel/HAUPTSTR_LINKS[2]} {-color Red} {/tb_ampel/HAUPTSTR_LINKS[1]} {-color Gold}} /tb_ampel/HAUPTSTR_LINKS
|
||||
add wave -noupdate -expand -subitemconfig {{/tb_ampel/NEBENSTR_LINKS[2]} {-color Red} {/tb_ampel/NEBENSTR_LINKS[1]} {-color Gold}} /tb_ampel/NEBENSTR_LINKS
|
||||
add wave -noupdate -expand -subitemconfig {{/tb_ampel/FUSSGAENGER_LINKS[1]} {-color Red}} /tb_ampel/FUSSGAENGER_LINKS
|
||||
add wave -noupdate -expand -subitemconfig {{/tb_ampel/HAUPTSTR_RECHTS[2]} {-color Red} {/tb_ampel/HAUPTSTR_RECHTS[1]} {-color Gold}} /tb_ampel/HAUPTSTR_RECHTS
|
||||
add wave -noupdate -expand -subitemconfig {{/tb_ampel/NEBENSTR_RECHTS[2]} {-color Red} {/tb_ampel/NEBENSTR_RECHTS[1]} {-color Gold}} /tb_ampel/NEBENSTR_RECHTS
|
||||
add wave -noupdate -expand -subitemconfig {{/tb_ampel/FUSSGAENGER_RECHTS[1]} {-color Red}} /tb_ampel/FUSSGAENGER_RECHTS
|
||||
add wave -position end sim:/tb_ampel/ampel/CLOCK_ENABLE
|
||||
add wave -noupdate -subitemconfig {{/tb_ampel/HAUPTSTR_LINKS[2]} {-color Red -height 15} {/tb_ampel/HAUPTSTR_LINKS[1]} {-color Gold -height 15}} /tb_ampel/HAUPTSTR_LINKS
|
||||
add wave -noupdate -subitemconfig {{/tb_ampel/NEBENSTR_LINKS[2]} {-color Red -height 15} {/tb_ampel/NEBENSTR_LINKS[1]} {-color Gold -height 15}} /tb_ampel/NEBENSTR_LINKS
|
||||
add wave -noupdate -subitemconfig {{/tb_ampel/FUSSGAENGER_LINKS[1]} {-color Red -height 15}} /tb_ampel/FUSSGAENGER_LINKS
|
||||
add wave -noupdate -subitemconfig {{/tb_ampel/HAUPTSTR_RECHTS[2]} {-color Red -height 15} {/tb_ampel/HAUPTSTR_RECHTS[1]} {-color Gold -height 15}} /tb_ampel/HAUPTSTR_RECHTS
|
||||
add wave -noupdate -subitemconfig {{/tb_ampel/NEBENSTR_RECHTS[2]} {-color Red -height 15} {/tb_ampel/NEBENSTR_RECHTS[1]} {-color Gold -height 15}} /tb_ampel/NEBENSTR_RECHTS
|
||||
add wave -noupdate -subitemconfig {{/tb_ampel/FUSSGAENGER_RECHTS[1]} {-color Red -height 15}} /tb_ampel/FUSSGAENGER_RECHTS
|
||||
add wave -noupdate /tb_ampel/ampel/CLOCK_50
|
||||
add wave -noupdate /tb_ampel/ampel/KEY
|
||||
add wave -noupdate /tb_ampel/ampel/LEDH_L
|
||||
add wave -noupdate /tb_ampel/ampel/LEDH_R
|
||||
add wave -noupdate /tb_ampel/ampel/LEDN_L
|
||||
add wave -noupdate /tb_ampel/ampel/LEDN_R
|
||||
add wave -noupdate /tb_ampel/ampel/LEDF_L
|
||||
add wave -noupdate /tb_ampel/ampel/LEDF_R
|
||||
add wave -noupdate /tb_ampel/ampel/DBG
|
||||
add wave -noupdate /tb_ampel/ampel/CLKDIV1
|
||||
add wave -noupdate /tb_ampel/ampel/CLKDIV2
|
||||
add wave -noupdate /tb_ampel/ampel/CLKDIV3
|
||||
add wave -noupdate /tb_ampel/ampel/MELDER
|
||||
add wave -noupdate /tb_ampel/ampel/MELDER_Q
|
||||
add wave -noupdate /tb_ampel/ampel/MELDER_QQ
|
||||
add wave -noupdate /tb_ampel/ampel/MELDER_ACK
|
||||
add wave -noupdate /tb_ampel/ampel/CLOCK_ENABLE
|
||||
add wave -noupdate /tb_ampel/ampel/START_WARTEN
|
||||
add wave -noupdate /tb_ampel/ampel/STATE
|
||||
add wave -noupdate /tb_ampel/ampel/HAUPTSTR
|
||||
add wave -noupdate /tb_ampel/ampel/NEBENSTR
|
||||
add wave -noupdate /tb_ampel/ampel/FUSSGAENGER
|
||||
add wave -noupdate /tb_ampel/ampel/WARTEZAEHLER
|
||||
add wave -noupdate /tb_ampel/ampel/WARTEWERT
|
||||
add wave -noupdate /tb_ampel/ampel/en_div_1
|
||||
add wave -noupdate /tb_ampel/ampel/en_div_2
|
||||
add wave -noupdate /tb_ampel/ampel/en_div_3
|
||||
add wave -noupdate /tb_ampel/ampel/q_div_1
|
||||
add wave -noupdate /tb_ampel/ampel/q_div_2
|
||||
add wave -noupdate /tb_ampel/ampel/q_div_3
|
||||
add wave -noupdate /tb_ampel/ampel/tc_div_1
|
||||
add wave -noupdate /tb_ampel/ampel/tc_div_2
|
||||
add wave -noupdate /tb_ampel/ampel/tc_div_3
|
||||
add wave -noupdate /tb_ampel/ampel/RESET
|
||||
add wave -noupdate /tb_ampel/ampel/WARTEN_FERTIG
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {833117378 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {157723025 ps} 0}
|
||||
quietly wave cursor active 1
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -valuecolwidth 39
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 0
|
||||
configure wave -snapdistance 10
|
||||
@@ -27,4 +61,4 @@ configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
configure wave -timelineunits ns
|
||||
update
|
||||
WaveRestoreZoom {0 ps} {1575 us}
|
||||
WaveRestoreZoom {0 ps} {420 us}
|
||||
|
||||
Reference in New Issue
Block a user