|
|
|
|
|
by nxobject
248 days ago
|
|
I applaud the author for doing this! A lot of "get your hands dirty" processor digital design tutorials end up using designs with a single microprogrammed control unit... which has no relation to how the last few decades of microarchitectures, |
|
But I mostly can't grok things like cache implementation, or branch prediction, or pipelines, or register renaming and out of order execution, or "store forwarding" and other necessary features.
The simulator programs I was using have instant/single cycle memory access, and the cpu had single cycle execution of all instructions so it wasn't really necessary, but still.