1
0

make sure TrackerAllocationIO addr_block has correct direction set

This commit is contained in:
Howard Mao 2016-07-27 16:47:22 -07:00
parent 82bbbf908d
commit 15d1aa9346

View File

@ -26,6 +26,7 @@ class TrackerAllocationIO(implicit val p: Parameters)
val irel = new TrackerAllocation
val oprb = new TrackerAllocation
val idle = Bool(OUTPUT)
override val addr_block = UInt(OUTPUT, tlBlockAddrBits)
}
trait HasTrackerAllocationIO extends Bundle {