case class RegInst(name: String, addr: BigInt, doc: String, busif: BusIf) extends RegBase with RegDescr with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegInst
- Serializable
- Serializable
- Product
- Equals
- RegDescr
- MemoryMappedDescriptor
- BaseDescriptor
- RegBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
NA(bc: BitCount): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
RC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
RO(bc: BitCount): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
RS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
var
Rerror: Boolean
- Attributes
- protected
- Definition Classes
- RegBase
-
def
W(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
W1(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WB(section: Range, resetValue: BigInt, accType: AccessType): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WBP(section: Range, resetValue: BigInt, accType: AccessType): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WBR(section: Range, resetValue: BigInt, accType: AccessType): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WCRS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WRC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WRS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
WSRC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_RC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_RO[T <: BaseType](reg: T): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_RS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_W[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_W1[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WB[T <: BaseType](reg: T, section: Range, accType: AccessType): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WBP[T <: BaseType](reg: T, section: Range, accType: AccessType): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WBR[T <: BaseType](reg: T, section: Range, accType: AccessType): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WCRS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WRC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WRS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
def
_WSRC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
- Definition Classes
- RegBase
-
var
_name: String
- Attributes
- protected
- Definition Classes
- RegBase
-
def
accept(vs: BusIfVisitor): Unit
- Definition Classes
- RegInst → MemoryMappedDescriptor
- val addr: BigInt
- def allIsNA: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val busif: BusIf
- def checkLast: Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val doc: String
-
def
duplicateRenaming(): ListBuffer[Field]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eventR(): Bool
- Definition Classes
- RegBase
-
def
eventW(): Bool
- Definition Classes
- RegBase
- def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
- def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T
- def field[T <: BaseType](hardType: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T
- def field[T <: BaseType](hardType: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T
- def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
- def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T
- def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T
- def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T
- def fieldHSRW[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
- def fieldHSRW[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
- def fieldHSRW[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T
- def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
- def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
- def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T)(implicit symbol: SymbolName): T
-
var
fieldPtr: Int
- Attributes
- protected
- Definition Classes
- RegBase
- def fieldRWHS[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
- def fieldRWHS[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
- def fieldRWHS[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T
- def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
- def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
- def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T)(implicit symbol: SymbolName): T
-
val
fields: ListBuffer[Field]
- Attributes
- protected
- Definition Classes
- RegBase
-
def
getAddr(): BigInt
- Definition Classes
- RegInst → MemoryMappedDescriptor
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDoc(): String
- Definition Classes
- RegInst → BaseDescriptor
- def getFieldDescrs(): List[FieldDescr]
-
def
getFields: List[Field]
- Definition Classes
- RegBase
-
def
getName(): String
- Definition Classes
- RegBase
-
def
getSize(): BigInt
- Definition Classes
- RegInst → MemoryMappedDescriptor
-
def
haveWO: Boolean
- Definition Classes
- RegBase
-
val
hitDoRead: Bool
- Definition Classes
- RegBase
-
val
hitDoWrite: Bool
- Definition Classes
- RegBase
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parasiteField[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
- def parasiteFieldAt[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
-
def
readBits: Bits
- Definition Classes
- RegBase
-
def
readErrorTag: Boolean
- Definition Classes
- RegBase
- def registerAtOnlyReadLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
- def registerAtWithWriteLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String, dontCreatWriteLogic: Boolean = false): Unit
- def registerInOnlyReadLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
- def registerInWithWriteLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String, dontCreatWriteLogic: Boolean = false): Unit
- def reserved(bc: BitCount): Bits
- def setName(name: String): RegInst
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
field(bc: BitCount, acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
field(bc: BitCount, acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
field(bc: BitCount, acc: AccessType, doc: String)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
field(bc: BitCount, acc: AccessType)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
fieldAt(pos: Int, bc: BitCount, acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
fieldAt(pos: Int, bc: BitCount, acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
fieldAt(pos: Int, bc: BitCount, acc: AccessType, doc: String)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
fieldAt(pos: Int, bc: BitCount, acc: AccessType)(implicit symbol: SymbolName): Bits
- Annotations
- @deprecated
- Deprecated
(Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated