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. def currentClockDomain: ClockDomain

    Permalink
  15. def currentComponent: Component

    Permalink
  16. def currentScope: ScopeStatement

    Permalink
  17. val dslClockDomain: Stack[ClockDomain]

    Permalink
  18. val dslScope: Stack[ScopeStatement]

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

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

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

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

    Permalink
  23. def getThrowable(): Throwable

    Permalink
  24. def hashCode(): Int

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

    Permalink
  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  30. def netlistUpdate(): Unit

    Permalink
  31. var nodeAreInferringEnumEncoding: Boolean

    Permalink
  32. var nodeAreInferringWidth: Boolean

    Permalink
  33. var nodeAreNamed: Boolean

    Permalink
  34. val nodeGetWidthWalkedSet: Set[Widthable]

    Permalink
  35. final def notify(): Unit

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

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

    Permalink
  38. var phaseContext: PhaseContext

    Permalink
  39. def popNetlistLock(): Unit

    Permalink
  40. def popNetlistUnlock(): Unit

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

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

    Permalink
  43. def pushNetlistUnlock(): Unit

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

    Permalink
  45. var scalaLocatedEnable: Boolean

    Permalink
  46. val scalaLocateds: HashSet[ScalaLocated]

    Permalink
  47. val switchStack: Stack[SwitchContext]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  50. val userDatabase: LinkedHashMap[Any, Any]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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