kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
37 stars 16 forks source link

Fix LSU FENCE issue #647

Closed tilk closed 7 months ago

tilk commented 7 months ago

The freshly refactored LSU could mess up ordering between FENCE and LOAD/STORE instructions, making LOAD instructions return invalid values if directly after FENCE.