Now that you have a working CPU which supports add, sub, and, or, mov, and loadi instructions, it’s time to add microarchitectural support for the flow control instructions j and beq. For this, you will need to modify your top-level cpu and alu modules.
Now that you have a working CPU which supports add, sub, and, or, mov, and loadi instructions, it’s time to add microarchitectural support for the flow control instructions j and beq. For this, you will need to modify your top-level cpu and alu modules.