asd
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 34s

This commit is contained in:
alexander
2026-02-18 20:46:12 +01:00
parent ddd92cd983
commit 35c79b2cbb
2 changed files with 14 additions and 7 deletions

View File

@@ -357,7 +357,6 @@
5. Wiederhole 3.-5. solange noch was geht 5. Wiederhole 3.-5. solange noch was geht
] ]
#colbreak()
// FlipFlops // FlipFlops
#bgBlock(fill: colorState)[ #bgBlock(fill: colorState)[
@@ -392,7 +391,7 @@
#grid( #grid(
columns: (auto, 1fr), columns: (auto, 1fr),
column-gutter: 2mm, column-gutter: 2mm,
image("../images/digitaltechnik/dlatch2.jpg", height: 3cm), image("../images/digitaltechnik/dlatch6.jpg", height: 3cm),
text(7.5pt, [ text(7.5pt, [
$t_"c2q"$: Delay vom Latch \ $t_"c2q"$: Delay vom Latch \
$t_"hold"\/t_"setup"$: D muss stabile sein $t_"hold"\/t_"setup"$: D muss stabile sein
@@ -564,6 +563,9 @@
] ]
)) ))
*Durchsatz* $="#Output Bits" dot f_"clk"$
*Latenz* $= "#Registerstufen" dot T_"clk"$
#SeperatorLine #SeperatorLine
@@ -640,6 +642,10 @@
content((3, 0.5), "S") content((3, 0.5), "S")
content((1, 0.5), "D") content((1, 0.5), "D")
content((2, 0.5), "G") 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( align(center+horizon,scale(
@@ -666,6 +672,9 @@
content((3, 0.5), "S") content((3, 0.5), "S")
content((1, 0.5), "D") content((1, 0.5), "D")
content((2, 0.5), "G") 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)[ #bgBlock(fill: colorBoolscheLogic)[
#subHeading(fill: colorBoolscheLogic)[MUX/DEMUX] #subHeading(fill: colorBoolscheLogic)[MUX/DEMUX]
@@ -1144,7 +1149,9 @@
] ]
#colbreak()
#SIPrefixesTable
// Voll adierer // Voll adierer
#bgBlock(fill: colorBoolscheLogic)[ #bgBlock(fill: colorBoolscheLogic)[
#subHeading(fill: colorBoolscheLogic)[HA/VA/Ripple Carry Adder] #subHeading(fill: colorBoolscheLogic)[HA/VA/Ripple Carry Adder]

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB