spinal.lib.cpu.riscv.impl

Core

Related Doc: package impl

class Core extends Component

Linear Supertypes
Component, Stackable, DelayedInit, ScalaLocated, NameableByComponent, GlobalDataUser, Nameable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Core
  2. Component
  3. Stackable
  4. DelayedInit
  5. ScalaLocated
  6. NameableByComponent
  7. GlobalDataUser
  8. Nameable
  9. AnyRef
  10. 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)

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. lazy val applyExtensionTags: Unit

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val branchArbiter: Area

  7. val brancheCache: Mem[BranchPredictorLine]

  8. implicit val c: CoreConfig

  9. val clockDomain: ClockDomain

    Definition Classes
    Component
  10. def clone(): AnyRef

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

  12. val dRsp: Stream[Bits]

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

  14. var definitionName: String

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

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

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

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

  19. val execute1: Area { ... /* 7 definitions in type refinement */ }

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

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getAllIo: Set[BaseType]

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

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

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

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

  27. def getName(): String

    Definition Classes
    NameableByComponent → Nameable
  28. def getParentsPath(sep: String): String

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

    Definition Classes
    Component
  30. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  31. def hashCode(): Int

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

  33. val iCmd: Stream[CoreInstructionCmd]

  34. val iRsp: Stream[CoreInstructionRsp]

  35. val irqExceptionMask: Int

  36. val irqUsages: HashMap[Int, IrqUsage]

  37. val irqWidth: Int

  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def isNamed: Boolean

    Definition Classes
    Nameable
  40. def isUnnamed: Boolean

    Definition Classes
    Nameable
  41. val kinds: ArrayBuffer[Component]

    Definition Classes
    Component
  42. def nameChangeEvent(weak: Boolean): Unit

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

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

    Definition Classes
    AnyRef
  45. val noDataRspStallLogic: Any

  46. var nodes: ArrayBuffer[Node]

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

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

    Definition Classes
    AnyRef
  49. val parent: Component

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

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

  52. def popedEvent(): Unit

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

  54. def pushedEvent(): Unit

    Definition Classes
    Stackable
  55. val regFile: Mem[Bits]

  56. def setCompositeName(nameable: Nameable): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  62. def toString(): String

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

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

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

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

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

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

Inherited from Component

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