class AddrMap extends MemRegion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddrMap
- MemRegion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AddrMap(entriesIn: Seq[AddrMapEntry], start: BigInt = BigInt(0), collapse: Boolean = false)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): MemRegion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attr: MemAttr
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val collapse: Boolean
- def contains(name: String): Boolean
- def containsAddress(x: UInt): Bool
- val entries: Seq[AddrMapEntry]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val flatten: Seq[AddrMapEntry]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getProt(addr: UInt): AddrMapProt
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isCacheable(addr: UInt): Bool
- def isEmpty: Boolean
- def isInRegion(name: String, addr: UInt): Bool
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValid(addr: UInt): Bool
- def length: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def numSlaves: Int
- def port(name: String): Int
- val size: BigInt
- val start: BigInt
- def subMap(name: String): AddrMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toRange: MemRange
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])