Skip to content

Commit 772dddb

Browse files
committed
Correct truth table
1 parent a19f76b commit 772dddb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

06_FlipFlops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ Für die Realisierung eines synchronisierten Zustandswechsels wird der Eingang u
317317

318318
| $R(t)$ | $S(t)$ | $Clk(t)$ | $Q'(t)$ |
319319
| ------------------------------------- | ------------------------------------- | -------- | ------------- |
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 |
320+
| <span style="color: #ff0000">d</span> | <span style="color: #ff0000">d</span> | 0 | $Q$ |
321+
| 0 | 0 | 1 | $Q$ |
322+
| 0 | 1 | 1 | 1 |
323+
| 1 | 0 | 1 | 0 |
324324
| 1 | 1 | 1 | nicht erlaubt |
325325

326326
Beachten Sie, dass sich mit dem <span style="color: #ff0000">d</span> Zustand die Wertetabelle deutlich verkürzt.

0 commit comments

Comments
 (0)