This is an old revision of the document!


Von Neumann vs Harvard Architectures, Mixed Architectures

The classical architecture of computers uses a single address, and single data bus to connect the processor, memory and peripherals. This architecture is called von Neumann or Princeton, and we showed it in Fig. 1. Additionally in this architecture, the memory contains the code of programs and data the programs use. This suffers the drawback of the impossibility of accessing the instruction of the program and data to be processed at the same time, called the von Neumann bottleneck. The answer for this issue is the Harvard architecture, where program memory is separated from the data memory and they are connected to the processor with two pairs of address and data buses. Of course, the processor must support such type of architecture. The Harvard architecture we show in Fig. 2.

Block schematic of von Neumann computer
Figure 1: Block schematic of von Neumann computer
Block schematic of Harvard computer
Figure 2: Block schematic of Harvard computer
en/multiasm/cs/chapter_3_2.1735912429.txt.gz · Last modified: 2025/01/03 13:53 by ktokarz
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0