ChrisShakkour / RV32I-MAF-project

Designinig a Pipeline in-order 5 stage RISC-V core RV32I-MAF
MIT License
8 stars 1 forks source link

Load Hazard Unit Hardware race #88

Open ChrisShakkour opened 2 years ago

ChrisShakkour commented 2 years ago

load hazzard unit is driven by signals that depend on the current fetched instruction while this module at the same cycle tries to inject a nop instruction to replace the the currrent instruction.