spinal.core.internals

ComponentEmiterVhdl

Related Doc: package internals

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComponentEmiterVhdl(c: Component, vhdlBase: VhdlBase, algoIdIncrementalBase: Int, mergeAsyncProcess: 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 blackBoxRemplaceULogic(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
    @throws( ... )
  20. def component: Component

    Definition Classes
    ComponentEmiterVhdlComponentEmiter
  21. val declarations: StringBuilder

  22. def dispatchExpression(e: Expression): String

  23. def elaborate(): Unit

    Definition Classes
    ComponentEmiter
  24. def emitAnalogs(): Unit

  25. def emitArchitecture(): Unit

  26. def emitAssignedExpression(that: Expression): String

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

  28. def emitAsyncronous(process: AsyncProcess): Unit

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

  30. def emitAttributesDef(): Unit

  31. def emitBitsLiteral(e: BitsLiteral): String

  32. def emitBlackBoxComponent(component: BlackBox): Unit

  33. def emitBlackBoxComponents(): Unit

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

  35. def emitEntity(): Unit

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

  37. def emitEnumPoison(e: Expression): String

  38. def emitExpression(that: Expression): String

  39. def emitExpressionNoWrappeForFirstOne(that: Expression): String

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

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

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

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

  44. def emitReferenceNoOverrides(that: DeclarationStatement): String

  45. def emitSIntLiteral(e: SIntLiteral): String

  46. def emitSignals(): Unit

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

  48. def emitSyncronous(component: Component, group: SyncGroup): Unit

  49. def emitUIntLiteral(e: UIntLiteral): String

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

  51. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    ComponentEmiter
  54. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. def getBaseTypeSignalInitialisation(signal: BaseType): String

  56. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  57. def getOrDefault[X, Y](map: ConcurrentHashMap[X, Y], key: X, default: Y): Y

    Definition Classes
    ComponentEmiter
  58. def getTrace(): ComponentEmiterTrace

  59. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  60. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  61. def isSubComponentInputBinded(data: BaseType): BaseType

    Definition Classes
    ComponentEmiter
  62. val logics: StringBuilder

  63. var memBitsMaskKind: MemBitsMaskKind

  64. val mems: ArrayBuffer[Mem[_]]

    Definition Classes
    ComponentEmiter
  65. val mergeAsyncProcess: Boolean

    Definition Classes
    ComponentEmiterVhdlComponentEmiter
  66. def moduloImpl(e: Mod): String

  67. def muxImplAsFunction(vhd: String)(e: Multiplexer): String

  68. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  69. final def notify(): Unit

    Definition Classes
    AnyRef
  70. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  71. def opImplAsCast(vhd: String)(e: Cast): String

  72. val openSubIo: HashSet[BaseType]

    Definition Classes
    ComponentEmiter
  73. def operatorImplAsBinaryOperator(vhd: String)(e: BinaryOperator): String

  74. def operatorImplAsBinaryOperatorStdCast(vhd: String)(e: BinaryOperator): String

  75. def operatorImplAsBitsToEnum(e: CastBitsToEnum): String

  76. def operatorImplAsEnumToBits(e: CastEnumToBits): String

  77. def operatorImplAsEnumToEnum(e: CastEnumToEnum): String

  78. def operatorImplAsUnaryOperator(vhd: String)(e: UnaryOperator): String

  79. val outputsToBufferize: LinkedHashSet[BaseType]

    Definition Classes
    ComponentEmiter
  80. val portMaps: ArrayBuffer[String]

  81. val processes: LinkedHashSet[AsyncProcess]

    Definition Classes
    ComponentEmiter
  82. def refImpl(e: BaseType): String

  83. def referehceSetSorted(): LinkedHashSet[String]

  84. def referenceSetAdd(str: String): Unit

  85. def referenceSetStart(): Unit

  86. def referenceSetStop(): Unit

  87. val referencesOverrides: HashMap[Nameable, Any]

    Definition Classes
    ComponentEmiter
  88. def resizeFunction(vhdlFunc: String)(e: Resize): String

  89. def result: String

  90. def shiftLeftBitsByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String

  91. def shiftLeftBitsByUIntFixedWidthImpl(e: ShiftLeftByUIntFixedWidth): String

  92. def shiftLeftByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String

  93. def shiftLeftByIntImpl(e: ShiftLeftByInt): String

  94. def shiftLeftByUIntFixedWidthImpl(e: ShiftLeftByUIntFixedWidth): String

  95. def shiftRightBitsByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

  96. def shiftRightByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

  97. def shiftRightByIntImpl(e: ShiftRightByInt): String

  98. def shiftSIntLeftByUInt(e: ShiftLeftByUInt): String

  99. val subComponentInputToNotBufferize: HashSet[Any]

    Definition Classes
    ComponentEmiter
  100. val syncGroups: LinkedHashMap[(ClockDomain, ScopeStatement, Boolean), SyncGroup]

    Definition Classes
    ComponentEmiter
  101. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  102. def toString(): String

    Definition Classes
    AnyRef → Any
  103. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Definition Classes
    ComponentEmiterVhdlComponentEmiter
  107. val wrappedExpressionToName: HashMap[Expression, String]

    Definition Classes
    ComponentEmiter

Inherited from ComponentEmiter

Inherited from AnyRef

Inherited from Any

Ungrouped