Class

spinal.lib.bus.regif

FIFOInst

Related Doc: package regif

Permalink

class FIFOInst extends RegBase with FifoDescr

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FIFOInst
  2. FifoDescr
  3. MemoryMappedDescriptor
  4. BaseDescriptor
  5. RegBase
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FIFOInst(name: String, addr: BigInt, doc: String, busif: BusIf)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def NA(bc: BitCount): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  5. def RC(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  6. def RO(bc: BitCount): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  8. var Rerror: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  9. def W(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  10. def W1(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  11. def WB(section: Range, resetValue: Long, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  12. def WBP(section: Range, resetValue: Long, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  13. def WBR(section: Range, resetValue: Long, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  14. def WC(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  15. def WCRS(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  16. def WRC(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  17. def WRS(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  18. def WS(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  19. def WSRC(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  20. def _RC[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  21. def _RO[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  22. def _RS[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  23. def _W[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  24. def _W1[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  25. def _WB[T <: BaseType](reg: T, section: Range, accType: AccessType): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  26. def _WBP[T <: BaseType](reg: T, section: Range, accType: AccessType): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  27. def _WBR[T <: BaseType](reg: T, section: Range, accType: AccessType): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  28. def _WC[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  29. def _WCRS[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  30. def _WRC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  31. def _WRS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  32. def _WS[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  33. def _WSRC[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  34. var _name: String

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  35. def accept(visitor: BusIfVisitor): Unit

    Permalink
    Definition Classes
    MemoryMappedDescriptor
  36. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  37. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  38. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  40. def eventR(): Bool

    Permalink
    Definition Classes
    RegBase
  41. def eventW(): Bool

    Permalink
    Definition Classes
    RegBase
  42. var fieldPtr: Int

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  43. val fields: ListBuffer[Field]

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  44. def getAddr(): BigInt

    Permalink
    Definition Classes
    FIFOInstMemoryMappedDescriptor
  45. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  46. def getDoc(): String

    Permalink
    Definition Classes
    FIFOInstBaseDescriptor
  47. def getFields: List[Field]

    Permalink
    Definition Classes
    RegBase
  48. def getName(): String

    Permalink
    Definition Classes
    RegBase
  49. def getSize(): BigInt

    Permalink
    Definition Classes
    FIFOInstMemoryMappedDescriptor
  50. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  51. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBase
  52. val hitDoWrite: Bool

    Permalink
    Definition Classes
    RegBase
  53. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  54. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  57. def readBits: Bits

    Permalink
    Definition Classes
    RegBase
  58. def readErrorTag: Boolean

    Permalink
    Definition Classes
    RegBase
  59. def setName(name: String): FIFOInst

    Permalink
    Definition Classes
    FIFOInstRegBase
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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 FifoDescr

Inherited from MemoryMappedDescriptor

Inherited from BaseDescriptor

Inherited from RegBase

Inherited from AnyRef

Inherited from Any

Ungrouped