issues
search
Jpnock
/
mips-verilog-cpu
A MIPS-I CPU implemented in SystemVerilog
3
stars
3
forks
source link
control: Add byte-enables for LWL and LWR; make JAL and JALR unconditionally link
#49
Closed
Jpnock
closed
2 years ago
Jpnock
commented
2 years ago
What does this PR do?
[x] Closes #41
[x] Fixes the byte enables for LWL and LWR instructions
[x] Makes JAL and JALR instructions unconditionally write their link address (we do this anyway in the code somewhere else but this is a good failsafe)
What does this PR do?