diff --git a/src/cheatsheets/Digitaltechnik.typ b/src/cheatsheets/Digitaltechnik.typ index b56d9f8..e614396 100644 --- a/src/cheatsheets/Digitaltechnik.typ +++ b/src/cheatsheets/Digitaltechnik.typ @@ -357,7 +357,6 @@ 5. Wiederhole 3.-5. solange noch was geht ] - #colbreak() // FlipFlops #bgBlock(fill: colorState)[ @@ -392,7 +391,7 @@ #grid( columns: (auto, 1fr), column-gutter: 2mm, - image("../images/digitaltechnik/dlatch2.jpg", height: 3cm), + image("../images/digitaltechnik/dlatch6.jpg", height: 3cm), text(7.5pt, [ $t_"c2q"$: Delay vom Latch \ $t_"hold"\/t_"setup"$: D muss stabile sein @@ -564,6 +563,9 @@ ] )) + *Durchsatz* $="#Output Bits" dot f_"clk"$ + + *Latenz* $= "#Registerstufen" dot T_"clk"$ #SeperatorLine @@ -640,6 +642,10 @@ content((3, 0.5), "S") content((1, 0.5), "D") content((2, 0.5), "G") + + node("N9", (3, 0.15)) + wire((3, 0.15), (rel: (1.25, 0)), (rel: (0, -1)), (rel: (-0.5, 0))) + }) )), align(center+horizon,scale( @@ -666,6 +672,9 @@ content((3, 0.5), "S") content((1, 0.5), "D") content((2, 0.5), "G") + + node("N9", (3, 0.15)) + wire((3, 0.15), (rel: (1.25, 0)), (rel: (0, -1)), (rel: (-0.5, 0))) }) )), @@ -1123,10 +1132,6 @@ */ ] - - #SIPrefixesTable - - #bgBlock(fill: colorBoolscheLogic)[ #subHeading(fill: colorBoolscheLogic)[MUX/DEMUX] @@ -1144,7 +1149,9 @@ ] - + #colbreak() + #SIPrefixesTable + // Voll adierer #bgBlock(fill: colorBoolscheLogic)[ #subHeading(fill: colorBoolscheLogic)[HA/VA/Ripple Carry Adder] diff --git a/src/images/digitaltechnik/dlatch6.jpg b/src/images/digitaltechnik/dlatch6.jpg new file mode 100644 index 0000000..94d6d78 Binary files /dev/null and b/src/images/digitaltechnik/dlatch6.jpg differ