spinal.lib.cpu.riscv.impl

InstructionCacheCpuBus

Related Doc: package impl

case class InstructionCacheCpuBus()(implicit p: InstructionCacheConfig) extends Bundle with IMasterSlave with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, IMasterSlave, Bundle, OverridedEqualsHashCode, MultiData, Data, ScalaLocated, SpinalTagReady, AttributeReady, Assignable, NameableByComponent, Nameable, ContextUser, GlobalDataUser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InstructionCacheCpuBus
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IMasterSlave
  7. Bundle
  8. OverridedEqualsHashCode
  9. MultiData
  10. Data
  11. ScalaLocated
  12. SpinalTagReady
  13. AttributeReady
  14. Assignable
  15. NameableByComponent
  16. Nameable
  17. ContextUser
  18. GlobalDataUser
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InstructionCacheCpuBus()(implicit p: InstructionCacheConfig)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Definition Classes
    Data
  3. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  5. def addAttribute(attribute: Attribute): InstructionCacheCpuBus.this.type

    Definition Classes
    Data → AttributeReady
  6. def addAttribute(name: String, value: String): InstructionCacheCpuBus.this.type

    Definition Classes
    AttributeReady
  7. def addAttribute(name: String): InstructionCacheCpuBus.this.type

    Definition Classes
    AttributeReady
  8. def addTag(spinalTag: SpinalTag): InstructionCacheCpuBus.this.type

    Definition Classes
    MultiData → SpinalTagReady
  9. def allowSimplifyIt(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  10. def asBits: Bits

    Definition Classes
    MultiData → Data
  11. def asData: Data

    Definition Classes
    Data
  12. def asDirectionLess(): InstructionCacheCpuBus.this.type

    Definition Classes
    MultiData → Data
  13. def asInput(): InstructionCacheCpuBus.this.type

    Definition Classes
    MultiData → Data
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def asMaster(): InstructionCacheCpuBus.this.type

    Definition Classes
    InstructionCacheCpuBusIMasterSlave
  16. def asOutput(): InstructionCacheCpuBus.this.type

    Definition Classes
    MultiData → Data
  17. def asSlave(): InstructionCacheCpuBus.this.type

    Definition Classes
    InstructionCacheCpuBusIMasterSlave
  18. def assignAllByName(that: Bundle): Unit

    Definition Classes
    Bundle
  19. def assignDontCare(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  20. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit

    Definition Classes
    MultiData → Data
  21. def assignFromBits(bits: Bits): Unit

    Definition Classes
    MultiData → Data
  22. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

    Definition Classes
    Data
  23. def assignSomeByName(that: Bundle): Unit

    Definition Classes
    Bundle
  24. def clone(): InstructionCacheCpuBus.this.type

    Definition Classes
    Bundle → Data → AnyRef
  25. var cloneFunc: () ⇒ AnyRef

    Definition Classes
    Bundle
  26. val cmd: Stream[InstructionCacheCpuCmd]

  27. var component: Component

    Definition Classes
    ContextUser
  28. def dontSimplifyIt(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  29. def elements: ArrayBuffer[(String, Data)]

    Definition Classes
    Bundle → MultiData
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(obj: Any): Boolean

    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(name: String): Data

    Definition Classes
    MultiData
  34. def flatten: Seq[BaseType]

    Definition Classes
    MultiData → Data
  35. def flattenLocalName: Seq[String]

    Definition Classes
    MultiData → Data
  36. def flip(): InstructionCacheCpuBus.this.type

    Definition Classes
    MultiData → Data
  37. def forEachNameables(doThat: (Any) ⇒ Unit): Unit

    Definition Classes
    Nameable
  38. def genIf(cond: Boolean): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  39. def getBitsWidth: Int

    Definition Classes
    MultiData → Data
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def getComponent(): Component

    Definition Classes
    Data → NameableByComponent
  42. def getComponents(): Seq[Component]

    Definition Classes
    Data
  43. def getDisplayName(): String

    Definition Classes
    Nameable
  44. def getName(): String

    Definition Classes
    NameableByComponent → Nameable
  45. def getRootParent: Data

    Definition Classes
    Data
  46. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  47. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  48. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  49. def getZero: InstructionCacheCpuBus.this.type

    Definition Classes
    MultiData → Data
  50. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  51. def hasTag(spinalTag: SpinalTag): Boolean

    Definition Classes
    SpinalTagReady
  52. def hashCode(): Int

    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  53. def isDirectionLess: Boolean

    Definition Classes
    Data
  54. def isInput: Boolean

    Definition Classes
    Data
  55. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  56. def isNamed: Boolean

    Definition Classes
    Nameable
  57. def isOutput: Boolean

    Definition Classes
    Data
  58. def isReg: Boolean

    Definition Classes
    Data
  59. def isUnnamed: Boolean

    Definition Classes
    Nameable
  60. def keep(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  61. def nameChangeEvent(weak: Boolean): Unit

    Attributes
    protected
    Definition Classes
    MultiData → Nameable
  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  65. implicit val p: InstructionCacheConfig

  66. var parent: Data

    Definition Classes
    Data
  67. def pull(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  68. def randBoot(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  69. def resized: InstructionCacheCpuBus.this.type

    Definition Classes
    Data
  70. val rsp: Stream[InstructionCacheCpuRsp]

  71. def setCompositeName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  72. def setName(name: String, weak: Boolean): InstructionCacheCpuBus.this.type

    Definition Classes
    Nameable
  73. def setName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  74. def setWeakName(name: String): Nameable

    Definition Classes
    Nameable
  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  76. def toString(): String

    Definition Classes
    Bundle → Nameable → AnyRef → Any
  77. def unused: Unit

    Definition Classes
    Data
  78. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def autoResize(): InstructionCacheCpuBus.this.type

    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    Use resized instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IMasterSlave

Inherited from Bundle

Inherited from OverridedEqualsHashCode

Inherited from MultiData

Inherited from Data

Inherited from ScalaLocated

Inherited from SpinalTagReady

Inherited from AttributeReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped