Skip to content

Commit 5b5991e

Browse files
committed
RequestArb: fix bug in taskInfo_s1 which interferes L1 Hint
1 parent f91969a commit 5b5991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/coupledL2/RequestArb.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class RequestArb(implicit p: Parameters) extends L2Module {
158158
s1_cango := task_s1.valid && !mshr_replRead_stall
159159
s1_fire := s1_cango && s2_ready
160160

161-
io.taskInfo_s1.valid := s1_to_s2_valid
161+
io.taskInfo_s1.valid := s1_fire
162162
io.taskInfo_s1.bits := task_s1.bits
163163

164164
/* Meta read request */

0 commit comments

Comments
 (0)