提交 90fdba2f 编写于 作者: L Lingrui98

icache: use req.valid as s1_fire

上级 5d3e5332
...@@ -280,7 +280,7 @@ class ICache extends ICacheModule ...@@ -280,7 +280,7 @@ class ICache extends ICacheModule
//---------------------------- //----------------------------
// Stage 1 // Stage 1
//---------------------------- //----------------------------
s1_fire := io.req.fire() s1_fire := io.req.valid
s1_req_pc := io.req.bits.addr s1_req_pc := io.req.bits.addr
s1_req_mask := io.req.bits.mask s1_req_mask := io.req.bits.mask
s2_ready := WireInit(false.B) s2_ready := WireInit(false.B)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册