Packages

c

spinal.core.internals

ComponentEmitter

abstract class ComponentEmitter extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentEmitter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ComponentEmitter()

Type Members

  1. class AsyncProcess extends AnyRef
  2. class SyncGroup extends AnyRef

Abstract Value Members

  1. abstract def algoIdIncrementalBase: Int
  2. abstract def component: Component
  3. abstract def mergeAsyncProcess: Boolean
  4. abstract def spinalConfig: SpinalConfig
  5. abstract def wrapSubInput(io: BaseType): Unit

Concrete 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. var algoIdIncrementalOffset: Int
  5. def allocateAlgoIncrementale(): Int
  6. val analogs: ArrayBuffer[BaseType]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def commentTagsToString(host: SpinalTagReady, comment: String): String
  10. def cutLongExpressions(): Unit
  11. def elaborate(): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val expressionToWrap: LinkedHashSet[Expression]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getOrDefault[X, Y](map: ConcurrentHashMap[X, Y], key: X, default: Y): Y
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val initials: ArrayBuffer[LeafStatement]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isSubComponentInputBinded(data: BaseType): Expression
  21. val mems: ArrayBuffer[Mem[_]]
  22. val multiplexersPerSelect: LinkedHashMap[(Expression with WidthProvider, Int), ArrayBuffer[Multiplexer]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val openSubIo: HashSet[BaseType]
  27. val outputsToBufferize: LinkedHashSet[BaseType]
  28. val processes: LinkedHashSet[AsyncProcess]
  29. def readedOutputWrapEnable: Boolean
  30. val referencesOverrides: HashMap[Nameable, Any]
  31. val subComponentInputToNotBufferize: HashSet[Any]
  32. val syncGroups: LinkedHashMap[(ClockDomain, ScopeStatement, Boolean), SyncGroup]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. val wrappedExpressionToName: HashMap[Expression, String]

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