class IntrRMS3 extends RegSliceGrp with IntrBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntrRMS3
- IntrBase
- RegSliceGrp
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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
- val MASK: RegInst
- val RAW: RegInst
- val STATUS: RegInst
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseAddr: BigInt
- Definition Classes
- RegSliceGrp
- def check(offset: BigInt): Unit
- Definition Classes
- RegSliceGrp
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val doc: String
- Definition Classes
- RegSliceGrp
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eventLogic[T <: BaseType](signal: T, raw: T, mask: T, status: T): Unit
- Definition Classes
- IntrBase
- def field[T <: BaseType](signal: T, maskRstVal: BigInt, doc: String)(implicit symbol: SymbolName): T
- def fieldAt[T <: BaseType](pos: Int, signal: T, maskRstVal: BigInt, doc: String)(implicit symbol: SymbolName): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getStatus: List[BaseType]
- Definition Classes
- IntrBase
- val grp: GrpTag
- Definition Classes
- RegSliceGrp
- def intr()(implicit symbol: SymbolName): Bool
- Definition Classes
- IntrBase
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def len: Int
- Definition Classes
- RegSliceGrp
- def levelLogic[T <: BaseType](signal: T, mask: T, status: T): Unit
- Definition Classes
- IntrBase
- val maxSize: BigInt
- Definition Classes
- RegSliceGrp
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newFifo(doc: String)(implicit symbol: SymbolName): WrFifoInst
- Definition Classes
- RegSliceGrp
- def newFifoAt(offset: BigInt, doc: String)(implicit symbol: SymbolName): WrFifoInst
- Definition Classes
- RegSliceGrp
- def newRAM(size: BigInt, doc: String)(implicit symbol: SymbolName): RamInst
- Definition Classes
- RegSliceGrp
- def newRAMAt(offset: BigInt, size: BigInt, doc: String)(implicit symbol: SymbolName): RamInst
- Definition Classes
- RegSliceGrp
- def newReg(doc: String)(implicit symbol: SymbolName): RegInst
- Definition Classes
- RegSliceGrp
- def newRegAt(offset: BigInt, doc: String)(implicit symbol: SymbolName): RegInst
- Definition Classes
- RegSliceGrp
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sec: Secure
- Definition Classes
- RegSliceGrp
- val statusbuf: ListBuffer[BaseType]
- Attributes
- protected
- Definition Classes
- IntrBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)