Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Harvard architecture
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Contrast with von Neumann architectures=== {{Main|Von Neumann architecture}} In a system with a pure [[von Neumann architecture]], instructions and data are stored in the same memory, so instructions are fetched over the same data path used to fetch data. This means that a [[Central processing unit|CPU]] cannot simultaneously read an instruction and read or write data from or to the memory. In a computer using the Harvard architecture, the CPU can both read an instruction and perform a data memory access at the same time,<ref name="ddj1" >"[http://www.drdobbs.com/386-vs-030-the-crowded-fast-lane/184407891?pgno=4 386 vs. 030: the Crowded Fast Lane]". ''Dr. Dobb's Journal'', January 1988.</ref> even without a [[Cache (computing)|cache]]. A Harvard architecture computer can thus be faster for a given circuit complexity because [[instruction fetch]]es and data access do not contend for a single memory pathway. Also, a Harvard architecture machine has distinct code and data address spaces: instruction address zero is not the same as data address zero. Instruction address zero might identify a twenty-four-bit value, while data address zero might indicate an eight-bit byte that is not part of that twenty-four-bit value.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)