CPUs haven't worked like that in anything but a microcontroller for half a century
Visualizing CPU Pipelining (2024)
11–15 of 15 posts
Re: Visualizing CPU Pipelining (2024)
#12CPUs haven't worked like that in anything but a microcontroller for half a century
Correct (well, maybe not half a century, maybe 30 years or so). I was just about to reply that I'd love a version of this that shows instructions going in and out of a re-order buffer. That would be enlightening.
Also, here [2] is another, much more detailed explanation of an O-o-O implementation of a very simplistic RISC ISA which nonetheless has most of the relevant RISC-V features. There are also some other related texts on this subsite [3], including a single-cycle and a pipelined implementations, for the comparison.
[0] https://docs.boom-core.org/en/latest/sections/intro-overview...
[1] https://docs.boom-core.org/en/latest/sections/intro-overview...
Re: Visualizing CPU Pipelining (2024)
#13Earlier quoted context omitted.
I am always puzzled by such articles - its actually very well made, drawings are good, little interactive pipeline animations are fine. But in order to follow it you must already know and understand what its writeen about and if you dont - the content is just noise for you.
The article does say what it expects you to know before reading. However, it has a dead link to the knowledge it wants you to know.
Re: Visualizing CPU Pipelining (2024)
#14Maybe it's just me, but the visualizations do not help me at all.
I am always puzzled by such articles - its actually very well made, drawings are good, little interactive pipeline animations are fine. But in order to follow it you must already know and understand what its writeen about and if you dont - the content is just noise for you.
I actually agree with you, the intended audience isn't someone who has never heard of CPUs before.
I tend to either write for myself: you know the saying you don't understand something until you try to explain. Or I'm writing for the person self-studying that is looking for that one explanation where everything finally clicks. I always get a lot out of those type of posts myself, so like to create them for others too.
Re: Visualizing CPU Pipelining (2024)
#15Earlier quoted context omitted.
I am always puzzled by such articles - its actually very well made, drawings are good, little interactive pipeline animations are fine. But in order to follow it you must already know and understand what its writeen about and if you dont - the content is just noise for you.
Hi, I'm the author! Thanks for saying it's well made :). I actually agree with you, the intended audience isn't someone who has never heard of CPUs before. I tend to either write for myself: you know the saying you don't understand something until you try to explain. Or I'm writing for the person self-studying that is looking for that one explanation where everything finally clicks. I always get a lot out of those ty…