class PhaseContext extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PhaseContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PhaseContext(config: SpinalConfig)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkGlobalData(): Unit
- def checkPendingErrors(msg: String): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def components(): ArrayBuffer[Component]
- val config: SpinalConfig
- def doPhase(phase: Phase): Unit
- val duplicationPostfix: String
- val enums: LinkedHashMap[SpinalEnum, LinkedHashSet[SpinalEnumEncoding]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- var globalData: GlobalData
- val globalScope: NamingScope
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def privateNamespaceName: String
- val reservedKeyWords: Set[String]
- def sortedComponents: ArrayBuffer[Component]
- val svInterface: LinkedHashMap[String, StringBuilder]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val systemVerilogKeywords: Array[String]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- var topLevel: Component
- val verboseLog: FileWriter
- val verilogKeywords: Array[String]
- val vhdlKeywords: Array[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def walkAll(func: (Any) ⇒ Unit): Unit
- def walkBaseNodes(func: (BaseNode) ⇒ Unit): Unit
- def walkComponents(func: (Component) ⇒ Unit): Unit
- def walkComponentsExceptBlackbox(func: (Component) ⇒ Unit): Unit
- def walkDeclarations(func: (DeclarationStatement) ⇒ Unit): Unit
- def walkDrivingExpression(func: (Expression) ⇒ Unit): Unit
- def walkExpression(func: (Expression) ⇒ Unit): Unit
- def walkExpressionPostorder(func: (Expression) ⇒ Unit): Unit
- def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit
- def walkStatements(func: (Statement) ⇒ Unit): Unit
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated