Packages

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. Protected

Instance Constructors

  1. new GlobalData(config: SpinalConfig)

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. def addJsonReport(report: String): Unit
  5. def addPostBackendTask(task: => Unit): Unit
  6. def allocateAlgoIncrementale(): Int
  7. var anonymSignalPrefix: String
  8. def applyScalaLocated(): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val clockSynchronous: HashMap[Bool, ArrayBuffer[Bool]]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. var commonClockConfig: ClockDomainConfig
  13. val config: SpinalConfig
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getInstanceCounter: Int
  18. def getThrowable(): Throwable
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. var instanceCounter: Int
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val jsonReports: ArrayBuffer[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. var netlistLockError: Stack[() => Unit]
  25. def netlistUpdate(): Unit
  26. var nodeAreInferringEnumEncoding: Boolean
  27. var nodeAreInferringWidth: Boolean
  28. var nodeAreNamed: Boolean
  29. val nodeGetWidthWalkedSet: Set[Widthable]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val pendingErrors: ArrayBuffer[() => String]
  33. var phaseContext: PhaseContext
  34. def popNetlistLock(): Unit
  35. def popNetlistUnlock(): Unit
  36. val postBackendTask: ArrayBuffer[() => Unit]
  37. def pushNetlistLock(error: () => Unit): Unit
  38. def pushNetlistUnlock(): Unit
  39. val scalaLocatedComponents: HashSet[Class[_]]
  40. var scalaLocatedEnable: Boolean
  41. val scalaLocateds: HashSet[ScalaLocated]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. var toplevel: Component
  45. val userDatabase: LinkedHashMap[Any, Any]
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. val zeroWidths: LinkedHashSet[(Component, Widthable)]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped