Packages

c

spinal.core

BlackBoxULogic

abstract class BlackBoxULogic extends BlackBox

Create a blackBox with std_ulogic instead of std_logic

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlackBoxULogic
  2. BlackBox
  3. Component
  4. ValCallbackRec
  5. ValCallback
  6. OverridedEqualsHashCode
  7. SpinalTagReady
  8. Stackable
  9. PostInitCallback
  10. NameableByComponent
  11. Nameable
  12. ContextUser
  13. ScalaLocated
  14. GlobalDataUser
  15. OwnableRef
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BlackBoxULogic()

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef
  2. case class PrePopTask(task: () => Unit, clockDomain: Handle[ClockDomain]) extends Product with Serializable

    Class used to create a task that must be executed after the creation of the component

    Class used to create a task that must be executed after the creation of the component

    Definition Classes
    Component

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. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  5. def addAttribute(attribute: Attribute): BlackBoxULogic.this.type
    Definition Classes
    ComponentSpinalTagReady
  6. def addAttribute(name: String, value: Int): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  7. def addAttribute(name: String, value: String): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  8. def addAttribute(name: String): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  9. def addGeneric(name: String, that: Any): Unit
    Definition Classes
    BlackBox
  10. def addGenerics(l: (String, Any)*): Unit
    Definition Classes
    BlackBox
  11. def addPrePopTask(task: () => Unit): ArrayBuffer[PrePopTask]

    Add a new prePopTask

    Add a new prePopTask

    Definition Classes
    Component
  12. def addRTLPath(path: String): LinkedHashSet[String]

    Add the path of the rtl file

    Add the path of the rtl file

    Definition Classes
    BlackBox
  13. def addTag[T <: SpinalTag](spinalTag: T): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  14. def addTags[T <: SpinalTag](tags: Iterable[T]): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  15. def afterElaboration(body: => Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. val children: ArrayBuffer[Component]

    Contains an array of all children Component

    Contains an array of all children Component

    Definition Classes
    Component
  18. def clearBlackBox(): Unit
    Definition Classes
    BlackBox
  19. val clockDomain: Handle[ClockDomain]

    Get the current clock domain (null if there is no clock domain already set )

    Get the current clock domain (null if there is no clock domain already set )

    Definition Classes
    Component
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  21. def component: Component
    Definition Classes
    ContextUser
  22. val definition: SpinalTagReady
    Definition Classes
    Component
  23. var definitionName: String

    Definition Name (name of the entity (VHDL) or module (Verilog))

    Definition Name (name of the entity (VHDL) or module (Verilog))

    Definition Classes
    Component
  24. val dslBody: ScopeStatement
    Definition Classes
    Component
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  27. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  28. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  29. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  30. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  31. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  32. val genericElements: ArrayBuffer[(String, Any)]
    Definition Classes
    BlackBox
  33. def getAllIo: Set[BaseType]

    Get a set of all IO available in the component

    Get a set of all IO available in the component

    Definition Classes
    Component
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def getDisplayName(): String
    Definition Classes
    ComponentNameable
  36. def getGeneric: Generic

    Return the generic of the blackbox

    Return the generic of the blackbox

    Definition Classes
    BlackBox
  37. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]
    Definition Classes
    Component
  38. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  39. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  40. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  41. def getName(): String
    Definition Classes
    NameableByComponentNameable
  42. def getOrdredNodeIo: List[BaseType]

    Sort all IO regarding instanceCounter

    Sort all IO regarding instanceCounter

    Definition Classes
    Component
  43. def getParentsPath(sep: String = "/"): String

    Return the path of the parent

    Return the path of the parent

    Definition Classes
    Component
    Example:
    1. toplevel/[myComponent1] // Current component is myComponent2
  44. def getPartialName(): String
    Definition Classes
    Nameable
  45. def getPath(sep: String = "/"): String

    Return the path of the component

    Return the path of the component

    Definition Classes
    Component
    Example:
    1. toplevel/[myComponent1]/[myComponent2] // Current component is myComponent2
  46. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  47. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  48. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  49. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  50. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  51. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  52. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  53. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  54. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  55. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  56. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  57. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  58. def isBlackBox: Boolean
    Definition Classes
    BlackBox
  59. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  60. def isDefaultGenericValue: Boolean
    Definition Classes
    BlackBox
  61. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  62. def isInBlackBoxTree: Boolean
    Definition Classes
    BlackBoxComponent
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. def isLogicLess: Boolean
    Definition Classes
    Component
  65. def isNamed: Boolean
    Definition Classes
    NameableByComponentNameable
  66. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  67. var isSpinalSimWb: Boolean
    Definition Classes
    BlackBox
  68. def isUnnamed: Boolean
    Definition Classes
    Nameable
  69. def isUsingNoNumericType: Boolean

    Return true if the blackbox used the tag noNumericType

    Return true if the blackbox used the tag noNumericType

    Definition Classes
    BlackBox
  70. def isUsingULogic: Boolean

    Return true if the blackbox used std_ulogic

    Return true if the blackbox used std_ulogic

    Definition Classes
    BlackBox
  71. val librariesUsages: HashSet[String]
    Definition Classes
    BlackBox
  72. val listRTLPath: LinkedHashSet[String]
    Definition Classes
    BlackBox
  73. var localNamingScope: NamingScope

    Name allocation

    Name allocation

    Definition Classes
    Component
  74. def mapClockDomain(clockDomain: ClockDomain = ClockDomain.current, clock: Bool = null, reset: Bool = null, enable: Bool = null, resetActiveLevel: Polarity = HIGH, enableActiveLevel: Polarity = HIGH): Unit

    Map clock domain signals (clock, reset, enable) to a clockDomain

    Map clock domain signals (clock, reset, enable) to a clockDomain

    Definition Classes
    BlackBox
  75. def mapCurrentClockDomain(clock: Bool, reset: Bool = null, enable: Bool = null, resetActiveLevel: Polarity = HIGH, enableActiveLevel: Polarity = HIGH): Unit

    Map clock domains signal to the current ClockDomain

    Map clock domains signal to the current ClockDomain

    Definition Classes
    BlackBox
  76. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  77. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  78. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. def noIoPrefix(): BlackBoxULogic.this.type

    No "io_" prefix in front of the in/out signals

    No "io_" prefix in front of the in/out signals

    Definition Classes
    Component
  80. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  81. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  82. def onBody[T](body: => T): T
    Definition Classes
    Component
  83. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  84. def overrideLocalName(name: String): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  85. def parent: Component

    Get the parent component (null if there is no parent)

    Get the parent component (null if there is no parent)

    Definition Classes
    Component
  86. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  87. def parents(of: Component = this, list: List[Component] = Nil): List[Component]

    Return a list of all parents of the components

    Return a list of all parents of the components

    Definition Classes
    Component
  88. def postInitCallback(): BlackBoxULogic.this.type
    Definition Classes
    Component → PostInitCallback
  89. def postPopEvent(): Unit
    Definition Classes
    Stackable
  90. def postPushEvent(): Unit
    Definition Classes
    ComponentStackable
  91. def prePop(): Unit
    Definition Classes
    Component
  92. def prePopEvent(): Unit
    Definition Classes
    ComponentStackable
  93. def propagateIo[T <: Data](childIo: T): T
    Definition Classes
    Component
  94. var pulledDataCache: Map[Data, Data]

    Reference owner type

    Reference owner type

    Definition Classes
    Component
  95. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  96. def reflectBaseType(name: String): BaseType
    Definition Classes
    Component
  97. def reflectNames(): Unit
    Definition Classes
    Nameable
  98. def removeTag(spinalTag: SpinalTag): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  99. def removeTags(tags: Iterable[SpinalTag]): BlackBoxULogic.this.type
    Definition Classes
    SpinalTagReady
  100. def replaceStdLogicByStdULogic(): BlackBox

    Replace std_logic by std_ulogic

    Replace std_logic by std_ulogic

    Definition Classes
    BlackBox
  101. def rework[T](gen: => T): T
    Definition Classes
    Component
  102. val scopeProperties: LinkedHashMap[ScopeProperty[Any], Any]

    Rework the component

    Rework the component

    Definition Classes
    Component
  103. def setBlackBox(): Unit
    Definition Classes
    BlackBox
  104. def setBlackBoxName(name: String): BlackBoxULogic.this.type

    Set the name of the blackbox

    Set the name of the blackbox

    Definition Classes
    BlackBox
  105. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  106. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  107. def setCompositeName(nameable: Nameable, postfix: String): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  108. def setCompositeName(nameable: Nameable, namePriority: Byte): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  109. def setCompositeName(nameable: Nameable, weak: Boolean): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  110. def setCompositeName(nameable: Nameable): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  111. def setDefinitionName(name: String): BlackBoxULogic.this.type

    Set the definition name of the component

    Set the definition name of the component

    Definition Classes
    Component
  112. def setName(name: String, namePriority: Byte): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  113. def setName(name: String, weak: Boolean): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  114. def setName(name: String): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  115. def setNameAsWeak(): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  116. def setPartialName(name: String, namePriority: Byte): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  117. def setPartialName(name: String, weak: Boolean): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  118. def setPartialName(owner: Nameable, name: String, namePriority: Byte): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  119. def setPartialName(owner: Nameable, name: String, weak: Boolean): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  120. def setPartialName(name: String): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  121. def setPartialName(owner: Nameable, name: String): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  122. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  123. def setScalaLocated(source: ScalaLocated): BlackBoxULogic.this.type
    Definition Classes
    ScalaLocated
  124. def setWeakName(name: String): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  125. def spinalSimWhiteBox(): Unit
    Definition Classes
    BlackBox
  126. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  127. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  128. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  129. def unsetName(): BlackBoxULogic.this.type
    Definition Classes
    Nameable
  130. val userCache: Map[AnyRef, Map[AnyRef, AnyRef]]

    Used to store arbitrary object related to the component

    Used to store arbitrary object related to the component

    Definition Classes
    Component
  131. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  132. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  133. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    ComponentValCallbackRec
  134. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  135. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  136. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  137. def walkComponents(body: (Component) => Unit): Unit
    Definition Classes
    Component
  138. def withKeywords(): Unit
    Definition Classes
    Component
  139. def withoutKeywords(): Unit
    Definition Classes
    Component
  140. var withoutReservedKeywords: Boolean
    Definition Classes
    Component

Deprecated Value Members

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

Inherited from BlackBox

Inherited from Component

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from SpinalTagReady

Inherited from Stackable

Inherited from PostInitCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped