Packages

class SymbolTable extends AnyRef

Source
SymbolTable.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolTable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SymbolTable(nameToSymbol: HashMap[String, Symbol])

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. def addBlackBoxImplementation(symbol: Symbol, blackBoxImplementation: ScalaBlackBox): Unit
  5. def allocateData(dataStoreAllocator: DataStoreAllocator): Unit
  6. def apply(name: String): Symbol
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. var childrenOf: DiGraph[Symbol]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def contains(name: String): Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findHighestClock(symbol: Symbol): Option[Symbol]
  15. def get(name: String): Option[Symbol]
  16. def getBlackboxImplementation(symbol: Symbol): Option[ScalaBlackBox]
  17. def getChildren(symbols: Seq[Symbol]): Set[Symbol]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getOrElse(name: String, default: ⇒ Symbol): Symbol
  20. def getParents(symbols: Seq[Symbol]): Set[Symbol]
  21. 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

  22. def getSymbolFromGetter(expressionResult: ExpressionResult, dataStore: DataStore): Option[Symbol]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val inputPortsNames: HashSet[String]
  25. val instanceNameToModuleName: HashMap[String, String]
  26. val instanceNames: HashSet[String]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isRegister(name: String): Boolean
  29. def isTopLevelInput(name: String): Boolean
  30. def keys: Iterable[String]
  31. val moduleMemoryToMemorySymbol: HashMap[String, HashSet[Symbol]]
  32. val nameToSymbol: HashMap[String, Symbol]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. var orphans: Seq[Symbol]
  37. val outputPortsNames: HashSet[String]
  38. var parentsOf: DiGraph[Symbol]
  39. val printToPrintInfo: HashMap[Print, PrintInfo]
  40. val registerNames: HashSet[String]
  41. val registerToClock: HashMap[Symbol, Symbol]
  42. def render: String
  43. def size: Int
  44. val stopToStopInfo: HashMap[Stop, StopInfo]
  45. def symbols: Iterable[Symbol]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped