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
    @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. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getInstanceCounter: Int

    Permalink
  24. def getThrowable(): Throwable

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. var instanceCounter: Int

    Permalink
  27. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  31. def netlistUpdate(): Unit

    Permalink
  32. var nodeAreInferringEnumEncoding: Boolean

    Permalink
  33. var nodeAreInferringWidth: Boolean

    Permalink
  34. var nodeAreNamed: Boolean

    Permalink
  35. val nodeGetWidthWalkedSet: Set[Widthable]

    Permalink
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. val pendingErrors: ArrayBuffer[() ⇒ String]

    Permalink
  39. var phaseContext: PhaseContext

    Permalink
  40. def popNetlistLock(): Unit

    Permalink
  41. def popNetlistUnlock(): Unit

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

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

    Permalink
  44. def pushNetlistUnlock(): Unit

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

    Permalink
  46. var scalaLocatedEnable: Boolean

    Permalink
  47. val scalaLocateds: HashSet[ScalaLocated]

    Permalink
  48. val switchStack: Stack[SwitchContext]

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

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

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

    Permalink
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped