From cba64fd45faf3f8d7981a8e28b0f21881d0f7eb5 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sun, 10 Oct 2021 15:12:23 +0100 Subject: Writing notes and questions. --- notes/hardware.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'notes/hardware.tex') diff --git a/notes/hardware.tex b/notes/hardware.tex index d9cebed..0141944 100644 --- a/notes/hardware.tex +++ b/notes/hardware.tex @@ -29,9 +29,9 @@ cycle. It is very successful due to its need for only one memory unit and the ability to have general purpose rather than specific purpose hardware, which early computers were and had to be rewired to change. -The design however does lead to the \textbf{`von Neumann bottleneck'} as data -and instructions must be fetched from the same memory unit over the -same bus. +The design however does lead to the \textbf{`von Neumann bottleneck'} +as data and instructions must be fetched from the same memory unit +over the same bus. \section{Boolean logic} -- cgit v1.2.3