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)

    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. def boolLiteralImpl(e: BoolLiteral): String

    Permalink
  16. val c: Component

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def component: Component

    Permalink
  19. def cutLongExpressions(): Unit

    Permalink
    Definition Classes
    ComponentEmitter
  20. val declarations: StringBuilder

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

    Permalink
  22. def elaborate(): Unit

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

    Permalink
  24. def emitArchitecture(): Unit

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

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

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

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

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

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

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

    Permalink
  32. def emitEntity(): Unit

    Permalink
  33. def emitEnumDebugLogic(): Unit

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

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

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

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

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

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

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

    Permalink
  41. def emitMuxes(): Unit

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

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

    Permalink
  44. def emitSignals(): Unit

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

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

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

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

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

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

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

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

    Permalink
  53. def finalize(): Unit

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

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

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

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

    Permalink
  58. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    ComponentEmitter
  61. val logics: StringBuilder

    Permalink
  62. var memBitsMaskKind: MemBitsMaskKind

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

    Permalink
    Definition Classes
    ComponentEmitter
  64. val mergeAsyncProcess: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  68. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  69. val openSubIo: HashSet[BaseType]

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

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

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

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

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

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

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

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

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

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

    Permalink
  80. val outputsToBufferize: LinkedHashSet[BaseType]

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

    Permalink
  82. val processes: LinkedHashSet[AsyncProcess]

    Permalink
    Definition Classes
    ComponentEmitter
  83. def readedOutputWrapEnable: Boolean

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

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

    Permalink
  86. def referenceSetPause(): Unit

    Permalink
  87. def referenceSetResume(): Unit

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

    Permalink
  89. def referenceSetStart(): Unit

    Permalink
  90. def referenceSetStop(): Unit

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

    Permalink
    Definition Classes
    ComponentEmitter
  92. def result: String

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

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

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

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

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

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

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

    Permalink
  100. val subComponentInputToNotBufferize: HashSet[Any]

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

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

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

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

    Permalink
  105. final def wait(): Unit

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

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

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

    Permalink
  109. val wrappedExpressionToName: HashMap[Expression, String]

    Permalink
    Definition Classes
    ComponentEmitter

Inherited from ComponentEmitter

Inherited from AnyRef

Inherited from Any

Ungrouped