Starting from:

$25

EE2003-Assignment 5 Branching Operations Solved

Implement all the instructions in the RISC-V RV32I ISA that correspond to branch operations.

You need to implement code for the `cpu` module, that will read in the instructions and execute them.  For assignment 5 (branch) you can assume that the program counter (PC) always increments by 4 on each clock cycle.  For the assignment involving branching, this cannot be assumed and you will have to implement the proper changes in PC.

More products