Skip to content

Commit

Permalink
RVA23_CMO: fix compile bug for CHI version close cmo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cai Luoshan committed Aug 21, 2024
1 parent 1c1df0a commit a405e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/coupledL2/tl2chi/Slice.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class Slice()(implicit p: Parameters) extends BaseSlice[OuterBundle]
reqArb.io.sinkC <> sinkC.io.task
reqArb.io.mshrTask <> mshrCtl.io.mshrTask
reqArb.io.cmoTask.foreach(_ := sinkCMO.io.task)
if (!hasRVA23CMO) { sinkCMO.io.task.ready := false.B }
reqArb.io.fromMSHRCtl := mshrCtl.io.toReqArb
reqArb.io.fromMainPipe := mainPipe.io.toReqArb
reqArb.io.fromGrantBuffer := grantBuf.io.toReqArb
Expand Down

0 comments on commit a405e21

Please sign in to comment.