spinal
.
lib
.
bus
.
regif
RegSlice
Related Doc:
package regif
abstract
class
RegSlice
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
FifoInst
,
RamInst
,
RdFifoInst
,
RegBase
,
RegInst
,
VirtualRegInst
,
WrFifoInst
Ordering
Alphabetic
By Inheritance
Inherited
RegSlice
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RegSlice
(
name:
String
,
addr:
BigInt
,
doc:
String
,
size:
BigInt
,
sec:
Secure
=
null
,
grp:
GrpTag
=
null
)
(
bi:
BusIf
)
Abstract Value Members
abstract
val
hitDoRead
:
Bool
abstract
val
hitDoWrite
:
Bool
abstract
def
readBits
()
:
Bits
abstract
def
readGenerator
()
:
Unit
Concrete 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
var
Rerror
:
Boolean
Attributes
protected
var
_name
:
String
Attributes
protected
def
addBlockSignal
(
sig:
Bool
)
:
Unit
val
addr
:
BigInt
def
allIsNA
:
Boolean
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
bi
:
BusIf
def
checkLast
:
Unit
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
val
doc
:
String
def
endaddr
:
BigInt
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
fieldNA
(
bit:
Int
)
:
Unit
def
fieldNA
(
pos:
Int
,
bit:
Int
)
:
Unit
var
fieldPtr
:
Int
Attributes
protected
val
fields
:
ListBuffer
[
Field
]
Attributes
protected
def
getAddr
()
:
BigInt
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
getDoc
()
:
String
def
getFields
()
:
List
[
Field
]
def
getGrp
:
GrpTag
def
getName
()
:
String
def
getSize
()
:
BigInt
def
getfieldPtr
:
Int
val
grp
:
GrpTag
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lowerName
()
:
String
val
name
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
rdSecureError
(
err:
Bool
)
:
Bool
def
rdSecurePassage
(
rdbits:
Bits
)
:
Bits
def
rdSecurePassage
(
access:
Bool
)
:
Bool
def
rdata
()
:
Bits
Attributes
protected
def
readValid
()
:
Bool
val
regType
:
String
val
reuseTag
:
ReuseTag
lazy val
secureLogic
: (
Option
[
Bool
],
Option
[
Bool
])
val
size
:
BigInt
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
RegSlice
→ AnyRef → Any
var
updateReadBits
:
Bits
def
upperName
()
:
String
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
wrErrorGenerator
()
:
Unit
def
wrSecureError
()
:
Bool
def
wrSecurePassage
(
wrbits:
Bits
)
:
Bits
def
wrSecurePassage
(
access:
Bool
)
:
Bool
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
AnyRef
Inherited from
Any
Ungrouped