1Learning Outcomes¶
TODO
TODO
🎥 Lecture Video
2Tracing the lui Datapath¶
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.