Fix incompatible assignment
This commit is contained in:
parent
377e17e811
commit
6d574f8c1b
@ -37,7 +37,7 @@ class L2BroadcastHub extends ManagerCoherenceAgent
|
||||
Module(new BroadcastAcquireTracker(id), {case TLDataBits => internalDataBits}))
|
||||
|
||||
// Propagate incoherence flags
|
||||
trackerList.map(_.io.incoherent := io.incoherent.toBits)
|
||||
trackerList.map(_.io.incoherent := io.incoherent)
|
||||
|
||||
// Queue to store impending Put data
|
||||
val sdq = Reg(Vec.fill(sdqDepth){io.iacq().data})
|
||||
|
Loading…
Reference in New Issue
Block a user