Merge branch 'working' of https://gitea.msb24.duckdns.org/musabe24/labor_eds into working
This commit is contained in:
@@ -20,4 +20,5 @@ vsim -c -t ps tb_ampel
|
||||
#get wave
|
||||
do wave.do
|
||||
|
||||
run 1500 us
|
||||
run 1500 us
|
||||
#run 400 us
|
||||
@@ -3,17 +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 -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
|
||||
@@ -26,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}
|
||||
|
||||
@@ -2,12 +2,21 @@ m255
|
||||
K3
|
||||
13
|
||||
cModel Technology
|
||||
<<<<<<< HEAD
|
||||
Z0 dC:\Users\Musab Erdem\Desktop\labor_eds\labor_3\<5C>bungen\ampel\sim
|
||||
vampel
|
||||
Z1 IAVFK:UCi>e]M?9Rf^BY>j0
|
||||
Z2 VRO2_FXGbKEQ9T<W2M?dVH1
|
||||
Z3 dC:\Users\Musab Erdem\Desktop\labor_eds\labor_3\<5C>bungen\ampel\sim
|
||||
Z4 w1708618307
|
||||
=======
|
||||
Z0 dC:\Users\Erdem\Desktop\labor_eds\labor_3\<5C>bungen\ampel\sim
|
||||
vampel
|
||||
Z1 IaQGYY?BdBf@agb6lTWYkz3
|
||||
Z2 VRO2_FXGbKEQ9T<W2M?dVH1
|
||||
Z3 dC:\Users\Erdem\Desktop\labor_eds\labor_3\<5C>bungen\ampel\sim
|
||||
Z4 w1708681481
|
||||
>>>>>>> 1b9840c27cab5a0b6374c25e1f14bde0476c9b45
|
||||
Z5 8../src/ampel.v
|
||||
Z6 F../src/ampel.v
|
||||
L0 20
|
||||
@@ -16,9 +25,15 @@ r1
|
||||
31
|
||||
o-O0
|
||||
!i10b 1
|
||||
<<<<<<< HEAD
|
||||
Z8 !s100 S?HeNBV[mV3T>a:hdNfS10
|
||||
!s85 0
|
||||
Z9 !s108 1708618418.950000
|
||||
=======
|
||||
Z8 !s100 V^If:`L@9b]?^9XGzD5z@3
|
||||
!s85 0
|
||||
Z9 !s108 1708681485.221000
|
||||
>>>>>>> 1b9840c27cab5a0b6374c25e1f14bde0476c9b45
|
||||
Z10 !s107 ../src/ampel.v|
|
||||
Z11 !s90 -reportprogress|300|../src/ampel.v|+define+SIMULATION|
|
||||
!s101 -O0
|
||||
@@ -29,7 +44,11 @@ vmod_n_counter_10bit
|
||||
IlLNUY`h`GTJ1?TjLj1BUS2
|
||||
VOCKRzhG[H7hm^_`n>48^e3
|
||||
R3
|
||||
<<<<<<< HEAD
|
||||
Z13 w1708542298
|
||||
=======
|
||||
Z13 w1708675165
|
||||
>>>>>>> 1b9840c27cab5a0b6374c25e1f14bde0476c9b45
|
||||
8../src/mod_n_counter_10bit.v
|
||||
F../src/mod_n_counter_10bit.v
|
||||
L0 1
|
||||
@@ -37,7 +56,11 @@ R7
|
||||
r1
|
||||
!s85 0
|
||||
31
|
||||
<<<<<<< HEAD
|
||||
!s108 1708618419.009000
|
||||
=======
|
||||
!s108 1708681485.276000
|
||||
>>>>>>> 1b9840c27cab5a0b6374c25e1f14bde0476c9b45
|
||||
!s107 ../src/mod_n_counter_10bit.v|
|
||||
!s90 -reportprogress|300|../src/mod_n_counter_10bit.v|
|
||||
!s101 -O0
|
||||
@@ -55,7 +78,11 @@ r1
|
||||
31
|
||||
o-O0
|
||||
Z18 !s100 1oY2jolgFK??ee;z]EH8c2
|
||||
<<<<<<< HEAD
|
||||
Z19 !s108 1708618418.897000
|
||||
=======
|
||||
Z19 !s108 1708681485.163000
|
||||
>>>>>>> 1b9840c27cab5a0b6374c25e1f14bde0476c9b45
|
||||
Z20 !s107 tb_ampel.v|
|
||||
Z21 !s90 -reportprogress|300|tb_ampel.v|
|
||||
!i10b 1
|
||||
|
||||
Reference in New Issue
Block a user