Skip to content

Commit 9221c84

Browse files
committed
fix(lsu): ready do not block by store
Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
1 parent 6b6c349 commit 9221c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rtl/src/backend/execute/fu/LsuBlock.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ class AddrTransStage(parameter: LsuBlockParameter) extends Module {
524524
}
525525

526526
io.storeReady := reallyStoreCount <= 7.U
527-
io.in.ready := allQueueReady & reallyStoreCount <= 7.U
527+
io.in.ready := allQueueReady
528528
io.out.valid := io.out.bits.exists(x => x.valid)
529529
io.noLoad := ~io.out.bits.exists(x => x.valid)
530530
}

0 commit comments

Comments
 (0)