haritha037 / 8-bit-single-cycle-processor

0 stars 0 forks source link

Make the processor support flow control instructions #5

Open haritha037 opened 3 weeks ago

haritha037 commented 3 weeks ago

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.