1Learning Outcomes¶
Coming soon! We provide the animations for now.
🎥 Lecture Video
2Tracing the lui Datapath¶
(most unselected data lines omitted from lighting)
Note that the U-type instructions require left-shifting the immediate by 12 bits (e.g. lui is written as rd = imm << 12 on the reference card). This should already be done by your immediate generator, so your datapath doesn’t need to perform any extra shifting.
3Tracing the auipc Datapath¶
(most unselected data lines omitted from lighting)