Class

spinal.core.internals

ComponentEmitterVerilog

Related Doc: package internals

Permalink

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. All

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])

    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
  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. val beginModule: StringBuilder

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

    Permalink
  17. val c: Component

    Permalink
  18. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ComponentEmitter
  20. def component: Component

    Permalink
  21. def cutLongExpressions(): Unit

    Permalink
    Definition Classes
    ComponentEmitter
  22. val declarations: StringBuilder

    Permalink
  23. val definitionAttributes: 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 emitAsynchronous(process: AsyncProcess): Unit

    Permalink
  30. def emitAsynchronousAsAsign(process: AsyncProcess): Boolean

    Permalink
  31. def emitBaseTypeSignal(baseType: BaseType, name: String): String

    Permalink
  32. def emitBaseTypeWrap(baseType: BaseType, name: String): String

    Permalink
  33. def emitBeginEndModule(): Unit

    Permalink
  34. def emitBitVectorLiteral(e: BitVectorLiteral): String

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

    Permalink
  36. def emitEntity(): Unit

    Permalink
  37. def emitEnumDebugLogic(): Unit

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

    Permalink
  39. def emitEnumParams(): Unit

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

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

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

    Permalink
  43. def emitInitials(): Unit

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

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

    Permalink
  46. def emitMaskedLiteral(e: MaskedLiteral): String

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

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

    Permalink
  49. def emitMuxes(): Unit

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

    Permalink
  51. def emitReferenceNoOverrides(that: DeclarationStatement): 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. val endModule: StringBuilder

    Permalink
  56. val enumDebugStringList: ArrayBuffer[(SpinalEnumCraft[_ <: SpinalEnum], String, Int)]

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

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

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

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

    Permalink
    Definition Classes
    ComponentEmitter
  61. def fillExpressionToWrap(): Unit

    Permalink
  62. def getBaseTypeSignalInitBoot(signal: BaseType): String

    Permalink
  63. def getBaseTypeSignalRandBoot(signal: BaseType): String

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

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

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

    Permalink
  67. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  68. def idToBits[T <: SpinalEnum](senum: SpinalEnumElement[T], encoding: SpinalEnumEncoding): String

    Permalink
  69. val initials: ArrayBuffer[LeafStatement]

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

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

    Permalink
    Definition Classes
    ComponentEmitter
  72. val localEnums: LinkedHashSet[(SpinalEnum, SpinalEnumEncoding)]

    Permalink
  73. val localparams: StringBuilder

    Permalink
  74. val logics: StringBuilder

    Permalink
  75. var memBitsMaskKind: MemBitsMaskKind

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

    Permalink
    Definition Classes
    ComponentEmitter
  77. val mergeAsyncProcess: Boolean

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

    Permalink
    Definition Classes
    ComponentEmitter
  79. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  82. val openSubIo: HashSet[BaseType]

    Permalink
    Definition Classes
    ComponentEmitter
  83. def operatorImplAsBinaryOperator(verilog: String)(e: BinaryOperator): String

    Permalink
  84. def operatorImplAsBinaryOperatorLeftSigned(vhd: String)(op: BinaryOperator): String

    Permalink
  85. def operatorImplAsBinaryOperatorSigned(vhd: String)(op: BinaryOperator): String

    Permalink
  86. def operatorImplAsCat(e: Cat): String

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

    Permalink
  88. def operatorImplAsMux(e: BinaryMultiplexer): String

    Permalink
  89. def operatorImplAsNoTransformation(func: Cast): String

    Permalink
  90. def operatorImplAsUnaryOperator(verilog: String)(e: UnaryOperator): String

    Permalink
  91. def operatorImplResize(func: Resize): String

    Permalink
  92. def operatorImplResizeSigned(func: Resize): String

    Permalink
  93. val outputsToBufferize: LinkedHashSet[BaseType]

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

    Permalink
  95. val processes: LinkedHashSet[AsyncProcess]

    Permalink
    Definition Classes
    ComponentEmitter
  96. val randBoots: ArrayBuffer[BaseType]

    Permalink
  97. def readedOutputWrapEnable: Boolean

    Permalink
    Definition Classes
    ComponentEmitter
  98. def refImpl(e: BaseType): String

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

    Permalink
  100. def referenceSetPause(): Unit

    Permalink
  101. def referenceSetResume(): Unit

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

    Permalink
  103. def referenceSetStart(): Unit

    Permalink
  104. def referenceSetStop(): Unit

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

    Permalink
    Definition Classes
    ComponentEmitter
  106. def result: String

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

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

    Permalink
  109. def shiftLeftByUIntImpl(e: ShiftLeftByUInt): String

    Permalink
  110. def shiftLeftByUIntImplSigned(e: ShiftLeftByUInt): String

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

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

    Permalink
  113. def shiftRightSignedByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

    Permalink
  114. val spinalConfig: SpinalConfig

    Permalink
  115. val subComponentInputToNotBufferize: HashSet[Any]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  119. var verilogIndexGenerated: Boolean

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

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

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

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

    Permalink
  124. 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