1
0
Fork 0

[tl2] broadcast hub probe port width bugfix

This commit is contained in:
Henry Cook 2016-11-17 13:51:25 -08:00
parent 960c2723ab
commit 94086f2270
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TLBroadcast(lineBytes: Int, numTrackers: Int = 4, bufferless: Boolean = fa
// Create the request tracker queues
val trackers = Seq.tabulate(numTrackers) { id =>
Module(new TLBroadcastTracker(id, lineBytes, log2Up(caches.size), bufferless, edgeIn, edgeOut)).io
Module(new TLBroadcastTracker(id, lineBytes, log2Up(caches.size+1), bufferless, edgeIn, edgeOut)).io
}
// We always accept E