n Memory holds data, instructions.
n CPU first fetches instructions from memory and then data (if required for executing that instruction).
Harvard Architecture:
n Separate memory blocks for program (instructions) and data
n More efficient since accessing instructions and data can be done in parallel
n Data memory accessed more frequently than program memory
Example: Blackfin Processors
No comments:
Post a Comment