turn off self probes again
This commit is contained in:
parent
d9598d26f2
commit
23f8033df5
@ -129,7 +129,7 @@ class Acquire extends ClientToManagerChannel
|
|||||||
def hasMultibeatData(dummy: Int = 0): Bool = Bool(tlDataBeats > 1) && isBuiltInType() &&
|
def hasMultibeatData(dummy: Int = 0): Bool = Bool(tlDataBeats > 1) && isBuiltInType() &&
|
||||||
Acquire.typesWithMultibeatData.contains(a_type)
|
Acquire.typesWithMultibeatData.contains(a_type)
|
||||||
|
|
||||||
def requiresSelfProbe(dummy: Int = 0) = isBuiltInType()//Bool(false)
|
def requiresSelfProbe(dummy: Int = 0) = Bool(false)
|
||||||
|
|
||||||
def getBuiltInGrantType(dummy: Int = 0): UInt = {
|
def getBuiltInGrantType(dummy: Int = 0): UInt = {
|
||||||
MuxLookup(this.a_type, Grant.putAckType, Array(
|
MuxLookup(this.a_type, Grant.putAckType, Array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user