Class/Object

treadle.executable

SymbolTable

Related Docs: object SymbolTable | package executable

Permalink

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addBlackBoxImplementation(symbol: Symbol, blackBoxImplementation: ScalaBlackBox): Unit

    Permalink
  5. def allocateData(dataStoreAllocator: DataStoreAllocator): Unit

    Permalink
  6. def apply(name: String): Symbol

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. var childrenOf: DiGraph[Symbol]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contains(name: String): Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findHighestClock(symbol: Symbol): Option[Symbol]

    Permalink
  15. def get(name: String): Option[Symbol]

    Permalink
  16. def getBlackboxImplementation(symbol: Symbol): Option[ScalaBlackBox]

    Permalink
  17. def getChildren(symbols: Seq[Symbol]): Set[Symbol]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getOrElse(name: String, default: ⇒ Symbol): Symbol

    Permalink
  20. def getParents(symbols: Seq[Symbol]): Set[Symbol]

    Permalink
  21. def getSourcesOf(symbol: Symbol): Set[Symbol]

    Permalink

    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]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. val inputPortsNames: HashSet[String]

    Permalink
  25. val instanceNameToModuleName: HashMap[String, String]

    Permalink
  26. val instanceNames: HashSet[String]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isRegister(name: String): Boolean

    Permalink
  29. def isTopLevelInput(name: String): Boolean

    Permalink
  30. def keys: Iterable[String]

    Permalink
  31. val moduleMemoryToMemorySymbol: HashMap[String, HashSet[Symbol]]

    Permalink
  32. val nameToSymbol: HashMap[String, Symbol]

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. var orphans: Seq[Symbol]

    Permalink
  37. val outputPortsNames: HashSet[String]

    Permalink
  38. var parentsOf: DiGraph[Symbol]

    Permalink
  39. val printToPrintInfo: HashMap[Print, PrintInfo]

    Permalink
  40. val registerNames: HashSet[String]

    Permalink
  41. val registerToClock: HashMap[Symbol, Symbol]

    Permalink
  42. def render: String

    Permalink
  43. def size: Int

    Permalink
  44. val stopToStopInfo: HashMap[Stop, StopInfo]

    Permalink
  45. def symbols: Iterable[Symbol]

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped