diff --git a/Kapitel/03_Rechenwerk.tex b/Kapitel/03_Rechenwerk.tex index b0fa551..4aeb2cd 100644 --- a/Kapitel/03_Rechenwerk.tex +++ b/Kapitel/03_Rechenwerk.tex @@ -804,7 +804,7 @@ Es ist kein spezieller Hardware-Subtrahierer notwendig. Eine Subtraktion wird ü & & & & 1 & 0 & 1 & 0 & 1 & 0 & & \quad \textit{8-stellige Addition} \\ \midrule & & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & & \quad \textit{Zwischensumme} \\ & & & & & 0 & 0 & 0 & 0 & 0 & 0 & \quad \textit{9-stellige Addition} \\ \midrule - & & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & \quad \textit{10-stelliges Ergebnis} + & & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & \quad \textit{10-stelliges Ergebnis (Übertrag: 0)} \end{tabular} \caption{Schriftliche Multiplikation \enquote{von links nach rechts}} \label{tbl:multi_lr} diff --git a/Kapitel/04_Speicher.tex b/Kapitel/04_Speicher.tex index 647968f..f62da22 100644 --- a/Kapitel/04_Speicher.tex +++ b/Kapitel/04_Speicher.tex @@ -307,7 +307,7 @@ Somit ergibt sich als Schaltnetz für einen 4-Bit-Komparator die \autoref{fig:n_ \acs{HW}-Aufwand für einen kaskadierbaren 1-Bit-Komparator \begin{itemize}[noitemsep] - \item HW: 42 Transistoren + \item HW: 30 Transistoren (8 \texttt{ODER} + 14 \texttt{UND} + 8 \texttt{NOT}) \item Zeit: 2 \acs{GLZ} \end{itemize} @@ -385,7 +385,7 @@ Beispiel: Vergleich \acs{DMC} mit 2-Wege-\acs{AC} \begin{tabular}{c@{}l@{}ll} \textbullet~ & \acs{DMC}: & Anzahl \acs{CL} $= 16 \Rightarrow m=4: p_\text{Kollision 2. Zugriff}$ & $=\frac{1}{2^4}=0,0625=6,25\%$ \\[1.5ex] - \textbullet~ & 2-Wege-\acs{AC}:~ & Anzahl \acs{CL} je 8~ $\Rightarrow m=3: p_\text{Kollision 2. Zugriff}$ & $=\frac{1}{2^{3\cdot 2}}=\frac{1}{2^6}=1,5625$ + \textbullet~ & 2-Wege-\acs{AC}:~ & Anzahl \acs{CL} je 8~ $\Rightarrow m=3: p_\text{Kollision 3. Zugriff}$ & $=\frac{1}{2^{3\cdot 2}}=\frac{1}{2^6}=1,5625$ \end{tabular} \subsection{Verdrängung} \index{Cache!Verdrängung} diff --git a/Rechnerarchitektur_Roethig_Skript_AM.pdf b/Rechnerarchitektur_Roethig_Skript_AM.pdf index e8364f1..5c96cdb 100644 Binary files a/Rechnerarchitektur_Roethig_Skript_AM.pdf and b/Rechnerarchitektur_Roethig_Skript_AM.pdf differ