Lösung für Aufgabe 6.5 hinzugefügt.

This commit is contained in:
2024-02-28 22:13:24 +01:00
parent 17c142b4f9
commit bb04c89744
18 changed files with 521 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /down_counter_tb/CLK
add wave -noupdate /down_counter_tb/RESETn
add wave -noupdate -radix unsigned /down_counter_tb/Q
add wave -noupdate /down_counter_tb/SYNC
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {200065 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 174
configure wave -valuecolwidth 40
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 1
configure wave -griddelta 40
configure wave -timeline 0
configure wave -timelineunits ps
update
WaveRestoreZoom {0 ps} {525 ns}