Packages

c

spinal.core.internals

ComponentEmitterVerilog

class ComponentEmitterVerilog extends ComponentEmitter

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

Instance Constructors

  1. new ComponentEmitterVerilog(c: Component, systemVerilog: Boolean, verilogBase: VerilogBase, algoIdIncrementalBase: Int, mergeAsyncProcess: Boolean, asyncResetCombSensitivity: Boolean, anonymSignalPrefix: String, nativeRom: Boolean, nativeRomFilePrefix: String, emitedComponentRef: ConcurrentHashMap[Component, Component], emitedRtlSourcesPath: LinkedHashSet[String], pc: PhaseContext, spinalConfig: SpinalConfig, romCache: HashMap[String, String])

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
  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. val beginModule: StringBuilder
  16. def boolLiteralImpl(e: BoolLiteral): String
  17. val c: Component
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  19. def commentTagsToString(host: SpinalTagReady, comment: String): String
    Definition Classes
    ComponentEmitter
  20. def component: Component
  21. def cutLongExpressions(): Unit
    Definition Classes
    ComponentEmitter
  22. val declarations: StringBuilder
  23. val definitionAttributes: StringBuilder
  24. def dispatchExpression(e: Expression): String
  25. def elaborate(): Unit
    Definition Classes
    ComponentEmitter
  26. def emitAnalogs(): Unit
  27. def emitArchitecture(): Unit
  28. def emitAssignedExpression(that: Expression): String
  29. def emitAsynchronous(process: AsyncProcess): Unit
  30. def emitAsynchronousAsAsign(process: AsyncProcess): Boolean
  31. def emitBaseTypeSignal(baseType: BaseType, name: String): String
  32. def emitBaseTypeWrap(baseType: BaseType, name: String): String
  33. def emitBeginEndModule(): Unit
  34. def emitBitVectorLiteral(e: BitVectorLiteral): String
  35. def emitClockedProcess(emitRegsLogic: (String, StringBuilder) => Unit, emitRegsInitialValue: (String, StringBuilder) => Unit, b: StringBuilder, clockDomain: ClockDomain, withReset: Boolean): Unit
  36. def emitEntity(): Unit
  37. def emitEnumDebugLogic(): Unit
  38. def emitEnumLiteralWrap(e: EnumLiteral[_ <: SpinalEnum]): String
  39. def emitEnumParams(): Unit
  40. def emitEnumPoison(e: EnumPoison): String
  41. def emitExpression(that: Expression): String
  42. def emitExpressionNoWrappeForFirstOne(that: Expression): String
  43. def emitInitials(): Unit
  44. def emitLeafStatements(statements: ArrayBuffer[LeafStatement], statementIndexInit: Int, scope: ScopeStatement, assignmentKind: String, b: StringBuilder, tab: String): Int
  45. def emitLocation(that: AssignmentStatement): String
  46. def emitMaskedLiteral(e: MaskedLiteral): 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 emitSignals(): Unit
  53. def emitSubComponents(openSubIo: HashSet[BaseType]): Unit
  54. def emitSynchronous(component: Component, group: SyncGroup): Unit
  55. val endModule: StringBuilder
  56. val enumDebugStringList: ArrayBuffer[(SpinalEnumCraft[_ <: SpinalEnum], String, Int)]
  57. def enumEgualsImpl(eguals: Boolean)(e: BinaryOperator with EnumEncoded): String
  58. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  60. val expressionToWrap: LinkedHashSet[Expression]
    Definition Classes
    ComponentEmitter
  61. def fillExpressionToWrap(): Unit
  62. def getBaseTypeSignalInitBoot(signal: BaseType): String
  63. def getBaseTypeSignalRandBoot(signal: BaseType): String
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. def getOrDefault[X, Y](map: ConcurrentHashMap[X, Y], key: X, default: Y): Y
    Definition Classes
    ComponentEmitter
  66. def getTrace(): ComponentEmitterTrace
  67. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  68. def idToBits[T <: SpinalEnum](senum: SpinalEnumElement[T], encoding: SpinalEnumEncoding): String
  69. val initials: ArrayBuffer[LeafStatement]
    Definition Classes
    ComponentEmitter
  70. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  71. def isSubComponentInputBinded(data: BaseType): Expression
    Definition Classes
    ComponentEmitter
  72. val localEnums: LinkedHashSet[(SpinalEnum, SpinalEnumEncoding)]
  73. val localparams: StringBuilder
  74. val logics: StringBuilder
  75. var memBitsMaskKind: MemBitsMaskKind
  76. val mems: ArrayBuffer[Mem[_]]
    Definition Classes
    ComponentEmitter
  77. val mergeAsyncProcess: Boolean
  78. val multiplexersPerSelect: LinkedHashMap[(Expression with WidthProvider, Int), ArrayBuffer[Multiplexer]]
    Definition Classes
    ComponentEmitter
  79. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  81. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  82. val openSubIo: HashSet[BaseType]
    Definition Classes
    ComponentEmitter
  83. def operatorImplAsBinaryOperator(verilog: String)(e: BinaryOperator): String
  84. def operatorImplAsBinaryOperatorLeftSigned(vhd: String)(op: BinaryOperator): String
  85. def operatorImplAsBinaryOperatorSigned(vhd: String)(op: BinaryOperator): String
  86. def operatorImplAsCat(e: Cat): String
  87. def operatorImplAsEnumToEnum(e: CastEnumToEnum): String
  88. def operatorImplAsMux(e: BinaryMultiplexer): String
  89. def operatorImplAsNoTransformation(func: Cast): String
  90. def operatorImplAsUnaryOperator(verilog: String)(e: UnaryOperator): String
  91. def operatorImplResize(func: Resize): String
  92. def operatorImplResizeSigned(func: Resize): String
  93. val outputsToBufferize: LinkedHashSet[BaseType]
    Definition Classes
    ComponentEmitter
  94. val portMaps: ArrayBuffer[String]
  95. val processes: LinkedHashSet[AsyncProcess]
    Definition Classes
    ComponentEmitter
  96. val randBoots: ArrayBuffer[BaseType]
  97. def readedOutputWrapEnable: Boolean
    Definition Classes
    ComponentEmitter
  98. def refImpl(e: BaseType): String
  99. def referenceSetAdd(str: String): Unit
  100. def referenceSetPause(): Unit
  101. def referenceSetResume(): Unit
  102. def referenceSetSorted(): LinkedHashSet[String]
  103. def referenceSetStart(): Unit
  104. def referenceSetStop(): Unit
  105. val referencesOverrides: HashMap[Nameable, Any]
    Definition Classes
    ComponentEmitter
  106. def result: String
  107. def shiftLeftByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String
  108. def shiftLeftByIntImpl(e: ShiftLeftByInt): String
  109. def shiftLeftByUIntImpl(e: ShiftLeftByUInt): String
  110. def shiftLeftByUIntImplSigned(e: ShiftLeftByUInt): String
  111. def shiftRightByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String
  112. def shiftRightByIntImpl(e: ShiftRightByInt): String
  113. def shiftRightSignedByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String
  114. val spinalConfig: SpinalConfig
  115. val subComponentInputToNotBufferize: HashSet[Any]
    Definition Classes
    ComponentEmitter
  116. val syncGroups: LinkedHashMap[(ClockDomain, ScopeStatement, Boolean), SyncGroup]
    Definition Classes
    ComponentEmitter
  117. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  118. def toString(): String
    Definition Classes
    AnyRef → Any
  119. var verilogIndexGenerated: Boolean
  120. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  121. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  122. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  123. def wrapSubInput(io: BaseType): Unit
  124. 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