Packages

c

spinal.core.internals

ComponentEmiterVhdl

class ComponentEmiterVhdl extends ComponentEmiter

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

Instance Constructors

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

Type Members

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

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

Inherited from ComponentEmiter

Inherited from AnyRef

Inherited from Any

Ungrouped