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. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  18. def getThrowable(): Throwable

    Permalink
  19. def hashCode(): Int

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  25. def netlistUpdate(): Unit

    Permalink
  26. var nodeAreInferringEnumEncoding: Boolean

    Permalink
  27. var nodeAreInferringWidth: Boolean

    Permalink
  28. var nodeAreNamed: Boolean

    Permalink
  29. val nodeGetWidthWalkedSet: Set[Widthable]

    Permalink
  30. final def notify(): Unit

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

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

    Permalink
  33. var phaseContext: PhaseContext

    Permalink
  34. def popNetlistLock(): Unit

    Permalink
  35. def popNetlistUnlock(): Unit

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

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

    Permalink
  38. def pushNetlistUnlock(): Unit

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

    Permalink
  40. var scalaLocatedEnable: Boolean

    Permalink
  41. val scalaLocateds: HashSet[ScalaLocated]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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