spinal.core.internals

ComponentEmiterVerilog

Related Doc: package internals

class ComponentEmiterVerilog extends ComponentEmiter

Linear Supertypes
ComponentEmiter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ComponentEmiterVerilog
  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 ComponentEmiterVerilog(c: Component, verilogBase: VerilogBase, 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

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

  16. val c: Component

  17. def clone(): AnyRef

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

  19. val declarations: StringBuilder

  20. def dispatchExpression(e: Expression): String

  21. def elaborate(): Unit

    Definition Classes
    ComponentEmiter
  22. def emitAnalogs(): Unit

  23. def emitArchitecture(): Unit

  24. def emitAssignedExpression(that: Expression): String

  25. def emitAsyncronous(process: AsyncProcess): Unit

  26. def emitAsyncronousAsAsign(process: AsyncProcess): Boolean

  27. def emitBaseTypeSignal(baseType: BaseType, name: String): String

  28. def emitBaseTypeWrap(baseType: BaseType, name: String): String

  29. def emitBitVectorLiteral(e: BitVectorLiteral): String

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

  31. def emitEntity(): Unit

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

  33. def emitEnumPoison(e: EnumPoison): String

  34. def emitExpression(that: Expression): String

  35. def emitExpressionNoWrappeForFirstOne(that: Expression): String

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

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

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

  39. def emitMuxes(): Unit

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

  41. def emitReferenceNoOverrides(that: DeclarationStatement): String

  42. def emitSignals(): Unit

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

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

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

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

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

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

    Definition Classes
    ComponentEmiter
  49. def fillExpressionToWrap(): Unit

  50. def finalize(): Unit

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

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

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

    Definition Classes
    ComponentEmiter
  54. def getTrace(): ComponentEmiterTrace

  55. def hashCode(): Int

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

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

    Definition Classes
    ComponentEmiter
  58. val logics: StringBuilder

  59. var memBitsMaskKind: MemBitsMaskKind

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

    Definition Classes
    ComponentEmiter
  61. val mergeAsyncProcess: Boolean

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

    Definition Classes
    ComponentEmiter
  63. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  66. val openSubIo: HashSet[BaseType]

    Definition Classes
    ComponentEmiter
  67. def operatorImplAsBinaryOperator(verilog: String)(e: BinaryOperator): String

  68. def operatorImplAsBinaryOperatorLeftSigned(vhd: String)(op: BinaryOperator): String

  69. def operatorImplAsBinaryOperatorSigned(vhd: String)(op: BinaryOperator): String

  70. def operatorImplAsCat(e: Cat): String

  71. def operatorImplAsEnumToEnum(e: CastEnumToEnum): String

  72. def operatorImplAsMux(e: BinaryMultiplexer): String

  73. def operatorImplAsNoTransformation(func: Cast): String

  74. def operatorImplAsUnaryOperator(verilog: String)(e: UnaryOperator): String

  75. def operatorImplResize(func: Resize): String

  76. def operatorImplResizeSigned(func: Resize): String

  77. val outputsToBufferize: LinkedHashSet[BaseType]

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

  79. val processes: LinkedHashSet[AsyncProcess]

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

  81. def referenceSetAdd(str: String): Unit

  82. def referenceSetPause(): Unit

  83. def referenceSetResume(): Unit

  84. def referenceSetSorted(): LinkedHashSet[String]

  85. def referenceSetStart(): Unit

  86. def referenceSetStop(): Unit

  87. val referencesOverrides: HashMap[Nameable, Any]

    Definition Classes
    ComponentEmiter
  88. def result: String

  89. def shiftLeftByIntFixedWidthImpl(e: ShiftLeftByIntFixedWidth): String

  90. def shiftLeftByIntImpl(e: ShiftLeftByInt): String

  91. def shiftRightByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

  92. def shiftRightByIntImpl(e: ShiftRightByInt): String

  93. def shiftRightSignedByIntFixedWidthImpl(e: ShiftRightByIntFixedWidth): String

  94. val subComponentInputToNotBufferize: HashSet[Any]

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

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

    Definition Classes
    AnyRef
  97. def toString(): String

    Definition Classes
    AnyRef → Any
  98. var verilogIndexGenerated: Boolean

  99. final def wait(): Unit

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

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

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

  103. val wrappedExpressionToName: HashMap[Expression, String]

    Definition Classes
    ComponentEmiter

Inherited from ComponentEmiter

Inherited from AnyRef

Inherited from Any

Ungrouped