Jpnock / mips-verilog-cpu

A MIPS-I CPU implemented in SystemVerilog
3 stars 3 forks source link

Read operation byte-enables #41

Closed Jpnock closed 2 years ago

Jpnock commented 2 years ago

I need to double check that these follow the same logic as the byte-enables for writes.

We can easily do this by enforcing that bytes without a read-enable get filled with rubbish data. If the tests still pass, we can be sure it works correctly.

Jpnock commented 2 years ago

https://github.com/Jpnock/verilog-cpu/pull/48 needs correcting for this PR too.