object
Acquire
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
def
apply(is_builtin_type: Bool, a_type: Bits, client_xact_id: UInt, addr_block: UInt, addr_beat: UInt = UInt(0), data: UInt = UInt(0), union: UInt = UInt(0)): Acquire
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fullWriteMask: UInt
-
def
getBlockType: UInt
-
final
def
getClass(): Class[_]
-
def
getType: UInt
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
nBuiltInTypes: Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
prefetchType: UInt
-
def
putAtomicType: UInt
-
def
putBlockType: UInt
-
def
putType: UInt
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
typesOnSubBlocks: Vec[UInt]
-
def
typesWithData: Vec[UInt]
-
def
typesWithMultibeatData: Vec[UInt]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Contains definitions of the the built-in Acquire types and a factory for uncore.Acquire
In general you should avoid using this factory directly and use uncore.ClientMetadata.makeAcquire for custom cached Acquires and uncore.Get, uncore.Put, etc. for built-in uncached Acquires.