class SymbolTable extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SymbolTable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def addBlackBoxImplementation(symbol: Symbol, blackBoxImplementation: ScalaBlackBox): Unit
- def allocateData(dataStoreAllocator: DataStoreAllocator): Unit
- def apply(name: String): Symbol
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var childrenOf: DiGraph[Symbol]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def contains(name: String): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findHighestClock(symbol: Symbol): Option[Symbol]
- def get(name: String): Option[Symbol]
- def getBlackboxImplementation(symbol: Symbol): Option[ScalaBlackBox]
- def getChildren(symbols: Seq[Symbol]): Set[Symbol]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getOrElse(name: String, default: => Symbol): Symbol
- def getParents(symbols: Seq[Symbol]): Set[Symbol]
- def getSourcesOf(symbol: Symbol): Set[Symbol]
Find all the sources of symbol that are not non-clock inputs.
Find all the sources of symbol that are not non-clock inputs. Sinks are used here because we are working with the parents of graph This was needed because clocks of memory or other submodules may have a non-trivial connection to parent clocks
- symbol
sinks needed for this
- def getSymbolFromGetter(expressionResult: ExpressionResult, dataStore: DataStore): Option[Symbol]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val inputPortsNames: HashSet[String]
- val instanceNameToModuleName: HashMap[String, String]
- val instanceNames: HashSet[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRegister(name: String): Boolean
- def isTopLevelInput(name: String): Boolean
- def keys: Iterable[String]
- val moduleMemoryToMemorySymbol: HashMap[String, HashSet[Symbol]]
- val nameToSymbol: HashMap[String, Symbol]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- var orphans: Seq[Symbol]
- val outputPortsNames: HashSet[String]
- var parentsOf: DiGraph[Symbol]
- val printToPrintInfo: HashMap[Print, PrintInfo]
- val registerNames: HashSet[String]
- val registerToClock: HashMap[Symbol, Symbol]
- def render: String
- def size: Int
- val stopToStopInfo: HashMap[String, StopInfo]
- def symbols: Iterable[Symbol]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val verifyInfo: HashMap[String, VerifyInfo]
- val verifyOps: ListBuffer[VerifyOp]
- 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])
- 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
(Since version 9)