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. All

Instance Constructors

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

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from ComponentEmitter

Inherited from AnyRef

Inherited from Any

Ungrouped