fix bug in coherence hub, respect xact_rep.ready
This commit is contained in:
parent
f4e3e72ad1
commit
6541cf22a4
@ -367,7 +367,7 @@ class CoherenceHubBroadcast(ntiles: Int, co: CoherencePolicy) extends CoherenceH
|
||||
rep.bits.global_xact_id := ack_idx
|
||||
when (UFix(j) === init_tile_id_arr(ack_idx)) {
|
||||
rep.valid := send_x_rep_ack_arr.toBits.orR
|
||||
sent_x_rep_ack_arr(ack_idx) := Bool(true)
|
||||
sent_x_rep_ack_arr(ack_idx) := rep.ready
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user