Closed Jpnock closed 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.
https://github.com/Jpnock/verilog-cpu/pull/48 needs correcting for this PR too.
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.