spinal.lib.cpu.riscv.impl

Core

Related Doc: package impl

class Core extends Component

Linear Supertypes
Component, DelayedInit, ScalaLocated, NameableByComponent, GlobalDataUser, Nameable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Core
  2. Component
  3. DelayedInit
  4. ScalaLocated
  5. NameableByComponent
  6. GlobalDataUser
  7. Nameable
  8. AnyRef
  9. 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 { val loadCounter: spinal.core.UInt }

  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 decode: Area { ... /* 21 definitions in type refinement */ }

  12. var definitionName: String

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

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

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

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

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

  18. val fetch: Area { ... /* 5 definitions in type refinement */ }

  19. val fetchCmd: Area { ... /* 8 definitions in type refinement */ }

  20. def finalize(): Unit

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

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

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

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

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

  26. def getName(): String

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

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

    Definition Classes
    Component
  29. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  30. def hashCode(): Int

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

  32. val io: Bundle { ... /* 2 definitions in type refinement */ }

  33. val irqExceptionMask: Int

  34. val irqUsages: HashMap[Int, IrqUsage]

  35. val irqWidth: Int

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isNamed: Boolean

    Definition Classes
    Nameable
  38. def isUnnamed: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  43. val noDataRspStallLogic: Area

  44. var nodes: ArrayBuffer[Node]

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

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

    Definition Classes
    AnyRef
  47. val parent: Component

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

    Definition Classes
    Component
  49. val regFile: Mem[Bits]

  50. def setCompositeName(nameable: Nameable): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  56. def toString(): String

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

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

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

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

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

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

Inherited from Component

Inherited from DelayedInit

Inherited from ScalaLocated

Inherited from NameableByComponent

Inherited from GlobalDataUser

Inherited from Nameable

Inherited from AnyRef

Inherited from Any

Ungrouped