Skip to content

Extended MIPS single-cycle implementation by implementing two additional instructions using Verilog in ModelSim.

Notifications You must be signed in to change notification settings

sinemckontas/cse3038-project2

Repository files navigation

Extended MIPS single-cycle implementation by implementing two additional instructions using Verilog in ModelSim.

brn, R-type, funct=21, brn $rs, if Status [N] = 1 branches to address found in register $rs

sllv, R-type, func=4, sllv $rd, $rt, $rs, shift register $rt to left by the value in register $rs and store the result in register $rd

About

Extended MIPS single-cycle implementation by implementing two additional instructions using Verilog in ModelSim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published