Just a detail from latest revision.
Category Archives: ARCH
MCU : TableWalking
If no internal TLB matches the current access, the MMU needs to find elsewhere the mapping information.
Continue reading
MCU : MMU TLBs and Pages
The MMU slices memory in pages.
Continue reading
MCU : Introducing the MMU
Now it’s time to describe the memory management unit and cache, glued together in the “MCU”.
Let’s begin with the MMU.
Continue reading
IU : Integer multiplication and division
First, there are two kinds of multipliers and dividers in our CPU, the integer and the floating point ones. They are a bit different.
Continue reading
IU : Condition codes
SPARC CPUs use condition codes, the famous NZVC bits (Negative, Zero, ‘Verflow and Carry).
IU : Pipelined : Multicycle
IU : Pipelined : Stall and Bypass
Integer registers are read at the beginning of the EXECUTE stage and are updated at the end of the WRITE stage.
IU : Pipelined : Traps
There are many circumstances where a CPU may halt and jump to an exception vector:
IU : Pipelined : PIPE5 presentation
This is the traditional RISC implementation, the one you find in hundreds of CPU cores, thousands of books, millions of computer architecture courses, gazillions chips.
Continue reading