Class/Object

spinal.core

GlobalData

Related Docs: object GlobalData | package core

Permalink

class GlobalData extends AnyRef

Global data

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GlobalData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GlobalData(config: SpinalConfig)

    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 addJsonReport(report: String): Unit

    Permalink
  5. def addPostBackendTask(task: ⇒ Unit): Unit

    Permalink
  6. def allocateAlgoIncrementale(): Int

    Permalink
  7. var anonymSignalPrefix: String

    Permalink
  8. def applyScalaLocated(): Unit

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val clockSynchronous: HashMap[Bool, ArrayBuffer[Bool]]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. var commonClockConfig: ClockDomainConfig

    Permalink
  13. val config: SpinalConfig

    Permalink
  14. val elab: Fiber

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getInstanceCounter: Int

    Permalink
  19. def getThrowable(): Throwable

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. var instanceCounter: Int

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val jsonReports: ArrayBuffer[String]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. var netlistLockError: Stack[() ⇒ Unit]

    Permalink
  26. def netlistUpdate(): Unit

    Permalink
  27. var nodeAreInferringEnumEncoding: Boolean

    Permalink
  28. var nodeAreInferringWidth: Boolean

    Permalink
  29. var nodeAreNamed: Boolean

    Permalink
  30. val nodeGetWidthWalkedSet: Set[Widthable]

    Permalink
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. val pendingErrors: ArrayBuffer[() ⇒ String]

    Permalink
  34. var phaseContext: PhaseContext

    Permalink
  35. def popNetlistLock(): Unit

    Permalink
  36. def popNetlistUnlock(): Unit

    Permalink
  37. val postBackendTask: ArrayBuffer[() ⇒ Unit]

    Permalink
  38. def pushNetlistLock(error: () ⇒ Unit): Unit

    Permalink
  39. def pushNetlistUnlock(): Unit

    Permalink
  40. val scalaLocatedComponents: HashSet[Class[_]]

    Permalink
  41. var scalaLocatedEnable: Boolean

    Permalink
  42. val scalaLocateds: HashSet[ScalaLocated]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. var toplevel: Component

    Permalink
  46. val userDatabase: LinkedHashMap[Any, Any]

    Permalink
  47. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val zeroWidths: LinkedHashSet[(Component, Widthable)]

    Permalink

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 AnyRef

Inherited from Any

Ungrouped