Class

spinal.core.internals

ComponentEmitterVhdl

Related Doc: package internals

Permalink

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)

    Permalink

Type Members

  1. class AsyncProcess extends AnyRef

    Permalink
    Definition Classes
    ComponentEmitter
  2. class SyncGroup extends AnyRef

    Permalink
    Definition Classes
    ComponentEmitter

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _referenceSet: LinkedHashSet[String]

    Permalink
  5. var _referenceSetEnabled: Boolean

    Permalink
  6. def accessBitVectorFixed(e: BitVectorRangedAccessFixed): String

    Permalink
  7. def accessBitVectorFloating(e: BitVectorRangedAccessFloating): String

    Permalink
  8. def accessBoolFixed(e: BitVectorBitAccessFixed): String

    Permalink
  9. def accessBoolFloating(e: BitVectorBitAccessFloating): String

    Permalink
  10. val algoIdIncrementalBase: Int

    Permalink
    Definition Classes
    ComponentEmitterVhdlComponentEmitter
  11. var algoIdIncrementalOffset: Int

    Permalink
    Definition Classes
    ComponentEmitter
  12. def allocateAlgoIncrementale(): Int

    Permalink
    Definition Classes
    ComponentEmitter
  13. val analogs: ArrayBuffer[BaseType]

    Permalink
    Definition Classes
    ComponentEmitter
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def binaryOperatorImplAsFunction(vhd: String)(e: BinaryOperator): String

    Permalink
  16. def blackBoxReplaceTypeRegardingTag(b: BlackBox, str: String): String

    Permalink
  17. def boolLiteralImpl(e: BoolLiteral): String

    Permalink
  18. val c: Component

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. def commentTagsToString(host: SpinalTagReady, comment: String): String

    Permalink
    Definition Classes
    ComponentEmitter
  21. def component: Component

    Permalink
    Definition Classes
    ComponentEmitterVhdlComponentEmitter
  22. def cutLongExpressions(): Unit

    Permalink
    Definition Classes
    ComponentEmitter
  23. val declarations: StringBuilder

    Permalink
  24. def dispatchExpression(e: Expression): String

    Permalink
  25. def elaborate(): Unit

    Permalink
    Definition Classes
    ComponentEmitter
  26. def emitAnalogs(): Unit

    Permalink
  27. def emitArchitecture(): Unit

    Permalink
  28. def emitAssignedExpression(that: Expression): String

    Permalink
  29. def emitAssignment(assignment: AssignmentStatement, tab: String, assignmentKind: String): String

    Permalink
  30. def emitAsynchronous(process: AsyncProcess): Unit

    Permalink
  31. def emitAttributes(node: String, attributes: Iterable[Attribute], vhdlType: String, ret: StringBuilder, postfix: String): Unit

    Permalink
  32. def emitAttributes(node: DeclarationStatement, attributes: Iterable[Attribute], vhdlType: String, ret: StringBuilder, postfix: String = ""): Unit

    Permalink
  33. def emitAttributesDef(): Unit

    Permalink
  34. def emitBitsLiteral(e: BitsLiteral): String

    Permalink
  35. def emitBlackBoxComponent(component: BlackBox): Unit

    Permalink
  36. def emitBlackBoxComponents(): Unit

    Permalink
  37. def emitClockedProcess(emitRegsLogic: (String, StringBuilder) ⇒ Unit, emitRegsInitialValue: (String, StringBuilder) ⇒ Unit, b: StringBuilder, clockDomain: ClockDomain, withReset: Boolean): Unit

    Permalink
  38. def emitEntity(): Unit

    Permalink
  39. def emitEnumLiteralWrap(e: EnumLiteral[_ <: SpinalEnum]): String

    Permalink
  40. def emitEnumPoison(e: Expression): String

    Permalink
  41. def emitExpression(that: Expression): String

    Permalink
  42. def emitExpressionNoWrappeForFirstOne(that: Expression): String

    Permalink
  43. def emitLeafStatements(statements: ArrayBuffer[LeafStatement], statementIndexInit: Int, scope: ScopeStatement, assignmentKind: String, b: StringBuilder, tab: String): Int

    Permalink
  44. def emitLibrary(ret: StringBuilder): Unit

    Permalink
  45. def emitLocation(that: AssignmentStatement): String

    Permalink
  46. def emitMem(mem: Mem[_]): Unit

    Permalink
  47. def emitMems(mems: ArrayBuffer[Mem[_]]): Unit

    Permalink
  48. def emitMuxes(): Unit

    Permalink
  49. def emitReference(that: DeclarationStatement, sensitive: Boolean): String

    Permalink
  50. def emitReferenceNoOverrides(that: DeclarationStatement): String

    Permalink
  51. def emitSIntLiteral(e: SIntLiteral): String

    Permalink
  52. def emitSignals(): Unit

    Permalink
  53. def emitSubComponents(openSubIo: HashSet[BaseType]): Unit

    Permalink
  54. def emitSynchronous(component: Component, group: SyncGroup): Unit

    Permalink
  55. def emitUIntLiteral(e: UIntLiteral): String

    Permalink
  56. def enumEgualsImpl(eguals: Boolean)(e: BinaryOperator with EnumEncoded): String

    Permalink
  57. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  58. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  59. val expressionToWrap: LinkedHashSet[Expression]

    Permalink
    Definition Classes
    ComponentEmitter
  60. def getBaseTypeSignalInitialisation(signal: BaseType): String

    Permalink
  61. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  62. def getOrDefault[X, Y](map: ConcurrentHashMap[X, Y], key: X, default: Y): Y

    Permalink
    Definition Classes
    ComponentEmitter
  63. def getTrace(): ComponentEmitterTrace

    Permalink
  64. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  65. val initials: ArrayBuffer[LeafStatement]

    Permalink
    Definition Classes
    ComponentEmitter
  66. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  67. def isSubComponentInputBinded(data: BaseType): Expression

    Permalink
    Definition Classes
    ComponentEmitter
  68. val logics: StringBuilder

    Permalink
  69. var memBitsMaskKind: MemBitsMaskKind

    Permalink
  70. val mems: ArrayBuffer[Mem[_]]

    Permalink
    Definition Classes
    ComponentEmitter
  71. val mergeAsyncProcess: Boolean

    Permalink
    Definition Classes
    ComponentEmitterVhdlComponentEmitter
  72. def moduloImpl(e: Mod): String

    Permalink
  73. val multiplexersPerSelect: LinkedHashMap[(Expression with WidthProvider, Int), ArrayBuffer[Multiplexer]]

    Permalink
    Definition Classes
    ComponentEmitter
  74. def muxImplAsFunction(vhd: String)(e: BinaryMultiplexer): String

    Permalink
  75. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  76. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  77. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  78. def opImplAsCast(vhd: String)(e: Cast): String

    Permalink
  79. val openSubIo: HashSet[BaseType]

    Permalink
    Definition Classes
    ComponentEmitter
  80. def operatorImplAsBinaryOperator(vhd: String)(e: BinaryOperator): String

    Permalink
  81. def operatorImplAsBinaryOperatorStdCast(vhd: String)(e: BinaryOperator): String

    Permalink
  82. def operatorImplAsBitsToEnum(e: CastBitsToEnum): String

    Permalink
  83. def operatorImplAsEnumToBits(e: CastEnumToBits): String

    Permalink
  84. def operatorImplAsEnumToEnum(e: CastEnumToEnum): String

    Permalink
  85. def operatorImplAsUnaryOperator(vhd: String)(e: UnaryOperator): String

    Permalink
  86. val outputsToBufferize: LinkedHashSet[BaseType]

    Permalink
    Definition Classes
    ComponentEmitter
  87. val portMaps: ArrayBuffer[String]

    Permalink
  88. val processes: LinkedHashSet[AsyncProcess]

    Permalink
    Definition Classes
    ComponentEmitter
  89. def readedOutputWrapEnable: Boolean

    Permalink
    Definition Classes
    ComponentEmitterVhdlComponentEmitter
  90. def refImpl(e: BaseType): String

    Permalink
  91. def referenceSetAdd(str: String): Unit

    Permalink
  92. def referenceSetPause(): Unit

    Permalink
  93. def referenceSetResume(): Unit

    Permalink
  94. def referenceSetSorted(): LinkedHashSet[String]

    Permalink
  95. def referenceSetStart(): Unit

    Permalink
  96. def referenceSetStop(): Unit

    Permalink
  97. val referencesOverrides: HashMap[Nameable, Any]

    Permalink
    Definition Classes
    ComponentEmitter
  98. def resizeFunction(vhdlFunc: String)(e: Resize): String

    Permalink
  99. def result: String

    Permalink
  100. def shiftLeftBitsByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String

    Permalink
  101. def shiftLeftBitsByUIntFixedWidthImpl(e: ShiftLeftByUIntFixedWidth): String

    Permalink
  102. def shiftLeftByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String

    Permalink
  103. def shiftLeftByIntImpl(e: ShiftLeftByInt): String

    Permalink
  104. def shiftLeftByUIntFixedWidthImpl(e: ShiftLeftByUIntFixedWidth): String

    Permalink
  105. def shiftRightBitsByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

    Permalink
  106. def shiftRightByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

    Permalink
  107. def shiftRightByIntImpl(e: ShiftRightByInt): String

    Permalink
  108. def shiftSIntLeftByUInt(e: ShiftLeftByUInt): String

    Permalink
  109. val spinalConfig: SpinalConfig

    Permalink
    Definition Classes
    ComponentEmitterVhdlComponentEmitter
  110. val subComponentInputToNotBufferize: HashSet[Any]

    Permalink
    Definition Classes
    ComponentEmitter
  111. val syncGroups: LinkedHashMap[(ClockDomain, ScopeStatement, Boolean), SyncGroup]

    Permalink
    Definition Classes
    ComponentEmitter
  112. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  113. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  114. def unaryOperatorImplAsFunction(vhd: String)(e: UnaryOperator): String

    Permalink
  115. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  116. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  118. def wrapSubInput(io: BaseType): Unit

    Permalink
    Definition Classes
    ComponentEmitterVhdlComponentEmitter
  119. val wrappedExpressionToName: HashMap[Expression, String]

    Permalink
    Definition Classes
    ComponentEmitter

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ComponentEmitter

Inherited from AnyRef

Inherited from Any

Ungrouped