Memory access / pipelining question.
This is really a general question about processors that use pipelining. The AVR chips can do 1 instruction/ clock cycle for most instructions. Similarly, the propII will be able to do 1 instruction / clock cycle. This is really nice but how do you fit in the memory accesses? For the AVR chips you need will need 3 for each instruction and 4 for the propII. Does the memory actually run at a higher frequency or is the memory accessed at different parts of the clock cycle (e.g. rising and falling edges of clock)?
I don't need to know I'm just interested. If someone has a link to something it would be good.
I don't need to know I'm just interested. If someone has a link to something it would be good.
Comments