diff --git a/src/main/dig/sequential/D-T2.dig b/src/main/dig/sequential/D-T2.dig index ef9e77811..d8e85de33 100644 --- a/src/main/dig/sequential/D-T2.dig +++ b/src/main/dig/sequential/D-T2.dig @@ -1,6 +1,7 @@ 1 + NAnd @@ -131,7 +132,7 @@ C 0 0 1 - + @@ -180,14 +181,14 @@ C 0 0 1 - + - + @@ -195,7 +196,7 @@ C 0 0 1 - + @@ -203,7 +204,7 @@ C 0 0 1 - + @@ -246,6 +247,10 @@ C 0 0 1 + + + + @@ -267,12 +272,12 @@ C 0 0 1 - - + + - - + + @@ -282,9 +287,5 @@ C 0 0 1 - - - - \ No newline at end of file diff --git a/src/main/dig/sequential/async/oscillator.dig b/src/main/dig/sequential/async/oscillator.dig index c2f8e190a..b4e547b2e 100644 --- a/src/main/dig/sequential/async/oscillator.dig +++ b/src/main/dig/sequential/async/oscillator.dig @@ -65,7 +65,7 @@ Reset - + Delay @@ -79,12 +79,7 @@ 2 - - - - XOr - - + And @@ -109,7 +104,7 @@ C - + Tunnel @@ -126,14 +121,19 @@ - Probe + NAnd + + + + + Out Label C - + @@ -150,12 +150,12 @@ - - + + - - + + @@ -182,8 +182,8 @@ - - + + @@ -202,20 +202,20 @@ - - + + - - + + - - + + @@ -234,8 +234,8 @@ - - + + @@ -270,12 +270,8 @@ - - - - - - + + @@ -294,8 +290,12 @@ - - + + + + + + diff --git a/src/main/resources/lang/lang_de.xml b/src/main/resources/lang/lang_de.xml index aa8f390fd..e7bc032ad 100644 --- a/src/main/resources/lang/lang_de.xml +++ b/src/main/resources/lang/lang_de.xml @@ -818,7 +818,7 @@ in der Stabilisierungsphase befindet. Hat sich die Schaltung stabilisiert wird der Ausgang auf Null gesetzt. Bei einem invertiertem Ausgang verhält es sich genau anders herum. Break - Stoppt schnellen Simulationslauf, wenn 1. + Stoppt den schnellen Simulationsvorlauf, bei einer steigenden Flanke. Wenn dieses Element in der Schaltung verwendet wird, wird der "Run To Break" Knopf zwischen "Start" und "Stop" aktiviert. Dieser Knopf taktet die Schaltung bis eine steigende Flanke am Eingang des "Break" Elements erkannt wird. Dieses Element kann zur Fehlersuche eingesetzt werden, indem diff --git a/src/main/resources/lang/lang_en.xml b/src/main/resources/lang/lang_en.xml index 92f3a937b..90814ebd0 100644 --- a/src/main/resources/lang/lang_en.xml +++ b/src/main/resources/lang/lang_en.xml @@ -813,7 +813,7 @@ After the circuit has stabilized the output goes to low. If the output is inverted it behaves the opposite way. Break - Stops fast simulation if set to 1. + Stops the fast simulation clocking if a rising edge is detected. If this component is used in the circuit, the "Run To Break" button between "Start" and "Stop" is enabled. This button clocks the circuit until a rising edge on the input of this component is detected. This element can be used for debugging by clocking the circuit to any breakpoint.