Usually,the processor has to wait for the memory, recently I came across a question which stated something like,
How will you construct a state-zero machine?
Which memory should I use? I stated Cache.
feedback
|
|
You would have to use SRAM, whose access speed reaches into the single-digit nanoseconds. | |||||||||||
feedback
|
Therefore I would recommed you a CPU with large L1 & L2 cache. | |||
|
feedback
|
|
You actually wouldn't use cache or SRAM. You'd confine your machine to using registers only, which are literally on the CPU itself. This is the basis of RISC vs. CISC computing. | |||||
feedback
|