conneroisu / sfhw-proj2

proj2
3 stars 0 forks source link

[1.c.iii] Include an annotated waveform in your writeup of two iterations or recursions of these programs executing correctly and provide a short discussion of result correctness. In your waveform and annotation, provide 3 different examples (at least one data-flow and one control-flow) of where you did not have to use the maximum number of NOPs. #8

Open aidanfoss opened 1 month ago

aidanfoss commented 1 month ago

[For teams with >4]

conneroisu commented 2 weeks ago

Probably need to touch on how we could improve here. Here are some ideas I have right now: Two issue datapath implementation: image The additions needed for double issue are highlighted: another 32 bits from instruction memory, two more read ports and one more write port on the register file, and another ALU. Assume the bottom ALU handles address calculations for data transfers and the top ALU handles everything else.