physical-computation / Sail-RV32I-common

Common files for the Sail RISC-V processor.
MIT License
5 stars 13 forks source link

Fixed error in multiplexer select signal logic #23

Closed rjlv2 closed 5 years ago

rjlv2 commented 5 years ago

select0 assignment was wrong, fixed by changing addr_buf_byte_offset[0] to addr_buf_byte_offset[1]. Also removed unused wire[31:0] out0.