class PhaseVerilog extends PhaseMisc with VerilogBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PhaseVerilog
- VerilogBase
- VhdlVerilogBase
- PhaseMisc
- Phase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PhaseVerilog(pc: PhaseContext, report: SpinalReport[_])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allocateAlgoIncrementaleBase: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compile(component: Component): () => String
- def emitClockEdge(clock: String, edgeKind: EdgeKind): String
- Definition Classes
- VerilogBase
- def emitCommentAttributes(attributes: Iterable[Attribute]): String
- Definition Classes
- VerilogBase
- def emitDirection(baseType: BaseType): String
- Definition Classes
- VerilogBase
- def emitEnumLiteral[T <: SpinalEnum](senum: SpinalEnumElement[T], encoding: SpinalEnumEncoding, prefix: String = "`"): String
- Definition Classes
- VerilogBase
- def emitEnumPackage(out: FileWriter): Unit
- def emitEnumType(senum: SpinalEnum, encoding: SpinalEnumEncoding, prefix: String = "`"): String
- Definition Classes
- VerilogBase
- def emitEnumType[T <: SpinalEnum](senum: SpinalEnumCraft[T], prefix: String): String
- Definition Classes
- VerilogBase
- def emitExpressionWrap(e: Expression, name: String, nature: String): String
- Definition Classes
- VerilogBase
- def emitExpressionWrap(e: Expression, name: String): String
- Definition Classes
- VerilogBase
- def emitFunctions(component: Component, ret: StringBuilder): Unit
- def emitRange(node: WidthProvider): String
- Definition Classes
- VerilogBase
- def emitResetEdge(reset: String, polarity: Polarity): String
- Definition Classes
- VerilogBase
- def emitStructType(struct: SpinalStruct): String
- Definition Classes
- VerilogBase
- def emitSyntaxAttributes(attributes: Iterable[Attribute]): String
- Definition Classes
- VerilogBase
- def emitType(e: Expression): String
- Definition Classes
- VerilogBase
- val emitedComponent: Map[ComponentEmitterTrace, Component]
- val emitedComponentRef: ConcurrentHashMap[Component, Component]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expressionAlign(net: String, section: String, name: String): String
- Definition Classes
- VerilogBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getReEncodingFuntion(spinalEnum: SpinalEnum, source: SpinalEnumEncoding, target: SpinalEnumEncoding): String
- Definition Classes
- VerilogBase
- val globalPrefix: String
- Definition Classes
- VerilogBase
- def hasNetlistImpact: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def impl(pc: PhaseContext): Unit
- Definition Classes
- PhaseVerilog → Phase
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var outFile: FileWriter
- val romCache: HashMap[String, String]
- def rtlName: String
- def signalNeedProcess(baseType: BaseType): Boolean
- Definition Classes
- VerilogBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetPath: String
- val theme: Tab2
- Definition Classes
- VerilogBase
- def toString(): String
- Definition Classes
- AnyRef → Any
- val usedDefinitionNames: HashSet[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated