We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19f76b commit 772dddbCopy full SHA for 772dddb
1 file changed
06_FlipFlops.md
@@ -317,10 +317,10 @@ Für die Realisierung eines synchronisierten Zustandswechsels wird der Eingang u
317
318
| $R(t)$ | $S(t)$ | $Clk(t)$ | $Q'(t)$ |
319
| ------------------------------------- | ------------------------------------- | -------- | ------------- |
320
-| <span style="color: #ff0000">d</span> | <span style="color: #ff0000">d</span> | 0 | $Q$ |
321
-| 0 | 0 | 1 | $Q$ |
322
-| 1 | 1 | 1 | 1 |
323
-| 1 | 0 | 1 | 0 |
+| <span style="color: #ff0000">d</span> | <span style="color: #ff0000">d</span> | 0 | $Q$ |
+| 0 | 0 | 1 | $Q$ |
+| 0 | 1 | 1 | 1 |
+| 1 | 0 | 1 | 0 |
324
| 1 | 1 | 1 | nicht erlaubt |
325
326
Beachten Sie, dass sich mit dem <span style="color: #ff0000">d</span> Zustand die Wertetabelle deutlich verkürzt.
0 commit comments