Packages

c

treadle.executable

ExpressionCompiler

class ExpressionCompiler extends LazyLogging

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

Instance Constructors

  1. new ExpressionCompiler(symbolTable: SymbolTable, dataStore: DataStore, scheduler: Scheduler, validIfIsRandom: Boolean, prefixPrintfWithTime: Boolean, blackBoxFactories: Seq[ScalaBlackBoxFactory], plusArgs: Seq[PlusArg])

Type Members

  1. case class ExternalInputParams(instance: ScalaBlackBox, portName: String) extends Product with Serializable

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 addAssigner(assigner: Assigner): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def compile(circuit: Circuit, blackBoxFactories: Seq[ScalaBlackBoxFactory]): Unit
  8. val dataStore: DataStore
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getSigned(expression: Expression): Boolean
  14. def getWidth(expression: Expression): Int
  15. def getWidth(tpe: Type): Int
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  19. def makeAssigner(symbol: Symbol, expressionResult: ExpressionResult, conditionalClockSymbol: Option[Symbol] = None, info: Info): Unit
  20. def makeGet(sourceName: String): ExpressionResult
  21. def makeGet(source: Symbol): ExpressionResult
  22. def makeGetIndirect(memory: Symbol, data: Symbol, enable: Symbol, addr: Symbol): ExpressionResult
  23. def makeIndirectAssigner(portSymbol: Symbol, memorySymbol: Symbol, memoryIndex: Int, enableIndex: Int, expressionResult: ExpressionResult, clock: Symbol, info: Info): Unit
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def processModule(modulePrefix: String, myModule: DefModule, circuit: Circuit): Unit
  28. def processStatements(modulePrefix: String, circuit: Circuit, statement: Statement): Unit
  29. def processTopLevelClocks(module: Module): Unit
  30. val symbolTable: SymbolTable
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped