Packages

c

spinal.core.internals

ComponentEmitterVhdl

class ComponentEmitterVhdl extends ComponentEmitter

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

Instance Constructors

  1. new ComponentEmitterVhdl(c: Component, vhdlBase: VhdlBase, algoIdIncrementalBase: Int, mergeAsyncProcess: Boolean, asyncResetCombSensitivity: Boolean, anonymSignalPrefix: String, emitedComponentRef: ConcurrentHashMap[Component, Component], pc: PhaseContext, spinalConfig: SpinalConfig)

Type Members

  1. class AsyncProcess extends AnyRef
    Definition Classes
    ComponentEmitter
  2. class SyncGroup extends AnyRef
    Definition Classes
    ComponentEmitter

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 _referenceSet: LinkedHashSet[String]
  5. var _referenceSetEnabled: Boolean
  6. def accessBitVectorFixed(e: BitVectorRangedAccessFixed): String
  7. def accessBitVectorFloating(e: BitVectorRangedAccessFloating): String
  8. def accessBoolFixed(e: BitVectorBitAccessFixed): String
  9. def accessBoolFloating(e: BitVectorBitAccessFloating): String
  10. val algoIdIncrementalBase: Int
  11. var algoIdIncrementalOffset: Int
    Definition Classes
    ComponentEmitter
  12. def allocateAlgoIncrementale(): Int
    Definition Classes
    ComponentEmitter
  13. val analogs: ArrayBuffer[BaseType]
    Definition Classes
    ComponentEmitter
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def binaryOperatorImplAsFunction(vhd: String)(e: BinaryOperator): String
  16. def blackBoxReplaceTypeRegardingTag(b: BlackBox, str: String): String
  17. def boolLiteralImpl(e: BoolLiteral): String
  18. val c: Component
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  20. def commentTagsToString(host: SpinalTagReady, comment: String): String
    Definition Classes
    ComponentEmitter
  21. def component: Component
  22. def cutLongExpressions(): Unit
    Definition Classes
    ComponentEmitter
  23. val declarations: StringBuilder
  24. def dispatchExpression(e: Expression): String
  25. def elaborate(): Unit
    Definition Classes
    ComponentEmitter
  26. def emitAnalogs(): Unit
  27. def emitArchitecture(): Unit
  28. def emitAssignedExpression(that: Expression): String
  29. def emitAssignment(assignment: AssignmentStatement, tab: String, assignmentKind: String): String
  30. def emitAsynchronous(process: AsyncProcess): Unit
  31. def emitAttributes(node: String, attributes: Iterable[Attribute], vhdlType: String, ret: StringBuilder, postfix: String): Unit
  32. def emitAttributes(node: DeclarationStatement, attributes: Iterable[Attribute], vhdlType: String, ret: StringBuilder, postfix: String = ""): Unit
  33. def emitAttributesDef(): Unit
  34. def emitBitsLiteral(e: BitsLiteral): String
  35. def emitBlackBoxComponent(component: BlackBox): Unit
  36. def emitBlackBoxComponents(): Unit
  37. def emitClockedProcess(emitRegsLogic: (String, StringBuilder) => Unit, emitRegsInitialValue: (String, StringBuilder) => Unit, b: StringBuilder, clockDomain: ClockDomain, withReset: Boolean): Unit
  38. def emitEntity(): Unit
  39. def emitEnumLiteralWrap(e: EnumLiteral[_ <: SpinalEnum]): String
  40. def emitEnumPoison(e: Expression): String
  41. def emitExpression(that: Expression): String
  42. def emitExpressionNoWrappeForFirstOne(that: Expression): String
  43. def emitLeafStatements(statements: ArrayBuffer[LeafStatement], statementIndexInit: Int, scope: ScopeStatement, assignmentKind: String, b: StringBuilder, tab: String): Int
  44. def emitLibrary(ret: StringBuilder): Unit
  45. def emitLocation(that: AssignmentStatement): String
  46. def emitMem(mem: Mem[_]): Unit
  47. def emitMems(mems: ArrayBuffer[Mem[_]]): Unit
  48. def emitMuxes(): Unit
  49. def emitReference(that: DeclarationStatement, sensitive: Boolean): String
  50. def emitReferenceNoOverrides(that: DeclarationStatement): String
  51. def emitSIntLiteral(e: SIntLiteral): String
  52. def emitSignals(): Unit
  53. def emitSubComponents(openSubIo: HashSet[BaseType]): Unit
  54. def emitSynchronous(component: Component, group: SyncGroup): Unit
  55. def emitUIntLiteral(e: UIntLiteral): String
  56. def enumEgualsImpl(eguals: Boolean)(e: BinaryOperator with EnumEncoded): String
  57. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  59. val expressionToWrap: LinkedHashSet[Expression]
    Definition Classes
    ComponentEmitter
  60. def getBaseTypeSignalInitialisation(signal: BaseType): String
  61. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. def getOrDefault[X, Y](map: ConcurrentHashMap[X, Y], key: X, default: Y): Y
    Definition Classes
    ComponentEmitter
  63. def getTrace(): ComponentEmitterTrace
  64. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. val initials: ArrayBuffer[LeafStatement]
    Definition Classes
    ComponentEmitter
  66. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  67. def isSubComponentInputBinded(data: BaseType): Expression
    Definition Classes
    ComponentEmitter
  68. val logics: StringBuilder
  69. var memBitsMaskKind: MemBitsMaskKind
  70. val mems: ArrayBuffer[Mem[_]]
    Definition Classes
    ComponentEmitter
  71. val mergeAsyncProcess: Boolean
  72. def moduloImpl(e: Mod): String
  73. val multiplexersPerSelect: LinkedHashMap[(Expression with WidthProvider, Int), ArrayBuffer[Multiplexer]]
    Definition Classes
    ComponentEmitter
  74. def muxImplAsFunction(vhd: String)(e: BinaryMultiplexer): String
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  78. def opImplAsCast(vhd: String)(e: Cast): String
  79. val openSubIo: HashSet[BaseType]
    Definition Classes
    ComponentEmitter
  80. def operatorImplAsBinaryOperator(vhd: String)(e: BinaryOperator): String
  81. def operatorImplAsBinaryOperatorStdCast(vhd: String)(e: BinaryOperator): String
  82. def operatorImplAsBitsToEnum(e: CastBitsToEnum): String
  83. def operatorImplAsEnumToBits(e: CastEnumToBits): String
  84. def operatorImplAsEnumToEnum(e: CastEnumToEnum): String
  85. def operatorImplAsUnaryOperator(vhd: String)(e: UnaryOperator): String
  86. val outputsToBufferize: LinkedHashSet[BaseType]
    Definition Classes
    ComponentEmitter
  87. val portMaps: ArrayBuffer[String]
  88. val processes: LinkedHashSet[AsyncProcess]
    Definition Classes
    ComponentEmitter
  89. def readedOutputWrapEnable: Boolean
  90. def refImpl(e: BaseType): String
  91. def referenceSetAdd(str: String): Unit
  92. def referenceSetPause(): Unit
  93. def referenceSetResume(): Unit
  94. def referenceSetSorted(): LinkedHashSet[String]
  95. def referenceSetStart(): Unit
  96. def referenceSetStop(): Unit
  97. val referencesOverrides: HashMap[Nameable, Any]
    Definition Classes
    ComponentEmitter
  98. def resizeFunction(vhdlFunc: String)(e: Resize): String
  99. def result: String
  100. def shiftLeftBitsByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String
  101. def shiftLeftBitsByUIntFixedWidthImpl(e: ShiftLeftByUIntFixedWidth): String
  102. def shiftLeftByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String
  103. def shiftLeftByIntImpl(e: ShiftLeftByInt): String
  104. def shiftLeftByUIntFixedWidthImpl(e: ShiftLeftByUIntFixedWidth): String
  105. def shiftRightBitsByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String
  106. def shiftRightByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String
  107. def shiftRightByIntImpl(e: ShiftRightByInt): String
  108. def shiftSIntLeftByUInt(e: ShiftLeftByUInt): String
  109. val spinalConfig: SpinalConfig
  110. val subComponentInputToNotBufferize: HashSet[Any]
    Definition Classes
    ComponentEmitter
  111. val syncGroups: LinkedHashMap[(ClockDomain, ScopeStatement, Boolean), SyncGroup]
    Definition Classes
    ComponentEmitter
  112. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  113. def toString(): String
    Definition Classes
    AnyRef → Any
  114. def unaryOperatorImplAsFunction(vhd: String)(e: UnaryOperator): String
  115. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  117. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  118. def wrapSubInput(io: BaseType): Unit
  119. val wrappedExpressionToName: HashMap[Expression, String]
    Definition Classes
    ComponentEmitter

Deprecated Value Members

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

Inherited from ComponentEmitter

Inherited from AnyRef

Inherited from Any

Ungrouped