提交 13228350 编写于 作者: Y Yinan Xu

store unit: send s1_paddr to lsq in stage 1

上级 a3597ad6
......@@ -78,6 +78,7 @@ class StoreUnit_S1 extends XSModule {
// writeback store inst to lsq
io.lsq.valid := io.in.valid // TODO: && ! FP
io.lsq.bits := io.in.bits
io.lsq.bits.paddr := s1_paddr
io.lsq.bits.miss := false.B
io.lsq.bits.mmio := AddressSpace.isMMIO(s1_paddr)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册