class GlobalData extends AnyRef
Global data
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GlobalData(config: SpinalConfig)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addJsonReport(report: String): Unit
- def addPostBackendTask(task: => Unit): Unit
- def allocateAlgoIncrementale(): Int
- var anonymSignalPrefix: String
- def applyScalaLocated(): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clockSynchronous: HashMap[Bool, ArrayBuffer[Bool]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var commonClockConfig: ClockDomainConfig
- val config: SpinalConfig
- val elab: Fiber
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getInstanceCounter: Int
- def getThrowable(): Throwable
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var instanceCounter: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsonReports: ArrayBuffer[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var netlistLockError: Stack[() => Unit]
- def netlistUpdate(): Unit
- var nodeAreInferringEnumEncoding: Boolean
- var nodeAreInferringWidth: Boolean
- var nodeAreNamed: Boolean
- val nodeGetWidthWalkedSet: Set[Widthable]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pendingErrors: ArrayBuffer[() => String]
- var phaseContext: PhaseContext
- def popNetlistLock(): Unit
- def popNetlistUnlock(): Unit
- val postBackendTask: ArrayBuffer[() => Unit]
- def pushNetlistLock(error: () => Unit): Unit
- def pushNetlistUnlock(): Unit
- val scalaLocatedComponents: HashSet[Class[_]]
- var scalaLocatedEnable: Boolean
- val scalaLocateds: HashSet[ScalaLocated]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- var toplevel: Component
- val userDatabase: LinkedHashMap[Any, Any]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val zeroWidths: LinkedHashSet[(Component, Widthable)]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated