make sure TrackerAllocationIO addr_block has correct direction set
This commit is contained in:
parent
82bbbf908d
commit
15d1aa9346
@ -26,6 +26,7 @@ class TrackerAllocationIO(implicit val p: Parameters)
|
|||||||
val irel = new TrackerAllocation
|
val irel = new TrackerAllocation
|
||||||
val oprb = new TrackerAllocation
|
val oprb = new TrackerAllocation
|
||||||
val idle = Bool(OUTPUT)
|
val idle = Bool(OUTPUT)
|
||||||
|
override val addr_block = UInt(OUTPUT, tlBlockAddrBits)
|
||||||
}
|
}
|
||||||
|
|
||||||
trait HasTrackerAllocationIO extends Bundle {
|
trait HasTrackerAllocationIO extends Bundle {
|
||||||
|
Loading…
Reference in New Issue
Block a user