Noun
Harvard architecture (countable and uncountable, plural Harvard architectures)
(computing) A computer architecture in which program instructions and data are stored on separate memories and accessed via separate buses.
Coordinate term: von Neumann architecture
Also, a Harvard architecture machine has distinct code and data address spaces: instruction address zero is not the same as data address zero. Source: Internet
Harvard architecture is used as the CPU accesses the cache. Source: Internet
In particular, the "split cache" version of the modified Harvard architecture is very common. Source: Internet
It is sometimes loosely called a Harvard architecture, overlooking the fact that it is actually "modified". Source: Internet
It was a pure 32-bit load/store architecture, using separate instruction and data caches ( Harvard architecture ), and separate data and address buses. Source: Internet
Memory details In a Harvard architecture, there is no need to make the two memories share characteristics. Source: Internet