spinal.lib.cpu.riscv.impl

Core

Related Doc: package impl

class Core extends Component

Linear Supertypes
Component, OwnableRef, Stackable, DelayedInit, ScalaLocated, NameableByComponent, GlobalDataUser, Nameable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Core
  2. Component
  3. OwnableRef
  4. Stackable
  5. DelayedInit
  6. ScalaLocated
  7. NameableByComponent
  8. GlobalDataUser
  9. Nameable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Core()(implicit c: CoreConfig)

Type Members

  1. type RefOwnerType = Component

    Definition Classes
    Component → OwnableRef

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def addPrePopTask(task: () ⇒ Unit): ArrayBuffer[() ⇒ Unit]

    Definition Classes
    Component
  5. lazy val applyExtensionTags: Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val branchArbiter: Area

  8. val brancheCache: Mem[BranchPredictorLine]

  9. implicit val c: CoreConfig

  10. val children: ArrayBuffer[Component]

    Definition Classes
    Component
  11. val clockDomain: ClockDomain

    Definition Classes
    Component
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val dCmd: Stream[CoreDataCmd]

  14. val dRsp: Stream[Bits]

  15. val dataBusKind: DataBusKind

  16. val decode: Area { ... /* 23 definitions in type refinement */ }

  17. var definitionName: String

    Definition Classes
    Component
  18. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    Component → DelayedInit
  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. val execute0: Area { ... /* 11 definitions in type refinement */ }

  22. val execute1: Area { ... /* 9 definitions in type refinement */ }

  23. val fetch: Area { ... /* 6 definitions in type refinement */ }

  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def forEachNameables(doThat: (Any) ⇒ Unit): Unit

    Definition Classes
    Nameable
  26. def getAllIo: Set[BaseType]

    Definition Classes
    Component
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def getDisplayName(): String

    Definition Classes
    Component → Nameable
  29. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]

    Definition Classes
    Component
  30. def getInstructionCtrl(instruction: Bits): InstructionCtrl

  31. def getName(): String

    Definition Classes
    NameableByComponent → Nameable
  32. def getOrdredNodeIo: List[BaseType]

    Definition Classes
    Component
  33. def getParentsPath(sep: String): String

    Definition Classes
    Component
  34. def getPath(sep: String): String

    Definition Classes
    Component
  35. def getRefOwnersChain(): List[Any]

    Definition Classes
    OwnableRef
  36. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  37. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  38. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. val hazardTracker: Area { ... /* 6 definitions in type refinement */ }

  41. val iCmd: Stream[CoreInstructionCmd]

  42. val iRsp: Stream[CoreInstructionRsp]

  43. val irqExceptionMask: Int

  44. val irqUsages: HashMap[Int, IrqUsage]

  45. val irqWidth: Int

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def isNamed: Boolean

    Definition Classes
    Nameable
  48. def isUnnamed: Boolean

    Definition Classes
    Nameable
  49. def nameChangeEvent(weak: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Nameable
  50. def nameElements(): Unit

    Definition Classes
    Component
  51. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. val noDataRspStallLogic: Any

  53. var nodes: ArrayBuffer[Node]

    Definition Classes
    Component
  54. final def notify(): Unit

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

    Definition Classes
    AnyRef
  56. val parent: Component

    Definition Classes
    Component
  57. def parents(of: Component, list: List[Component]): List[Component]

    Definition Classes
    Component
  58. val performanceCounters: Area { ... /* 6 definitions in type refinement */ }

  59. def postPopEvent(): Unit

    Definition Classes
    Stackable
  60. def postPushEvent(): Unit

    Definition Classes
    Component → Stackable
  61. def prePopEvent(): Unit

    Definition Classes
    Component → Stackable
  62. val prefetch: Area { ... /* 6 definitions in type refinement */ }

  63. var refOwner: RefOwnerType

    Definition Classes
    OwnableRef
  64. val regFile: Mem[Bits]

  65. def setCompositeName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  66. def setDefinitionName(name: String): Core.this.type

    Definition Classes
    Component
  67. def setName(name: String, weak: Boolean): Core.this.type

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

    Definition Classes
    Nameable
  69. def setRefOwner(that: Any): Unit

    Definition Classes
    OwnableRef
  70. def setWeakName(name: String): Nameable

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

    Definition Classes
    AnyRef
  72. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  73. val userCache: Map[AnyRef, Map[AnyRef, AnyRef]]

    Definition Classes
    Component
  74. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. val writeBack: Area { ... /* 12 definitions in type refinement */ }

  78. val writeBackBuffer: Area { val inInst: spinal.lib.Stream[spinal.lib.cpu.riscv.impl.CoreWriteBack0Output] }

Inherited from Component

Inherited from OwnableRef

Inherited from Stackable

Inherited from DelayedInit

Inherited from ScalaLocated

Inherited from NameableByComponent

Inherited from GlobalDataUser

Inherited from Nameable

Inherited from AnyRef

Inherited from Any

Ungrouped