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