Class

treadle.executable

ExpressionCompiler

Related Doc: package executable

Permalink

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

    Permalink

Type Members

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

    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 addAssigner(assigner: Assigner): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compile(circuit: Circuit, blackBoxFactories: Seq[ScalaBlackBoxFactory]): Unit

    Permalink
  8. val dataStore: DataStore

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getSigned(expression: Expression): Boolean

    Permalink
  14. def getWidth(expression: Expression): Int

    Permalink
  15. def getWidth(tpe: Type): Int

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  19. def makeAssigner(symbol: Symbol, expressionResult: ExpressionResult, conditionalClockSymbol: Option[Symbol] = None, info: Info): Unit

    Permalink
  20. def makeGet(sourceName: String): ExpressionResult

    Permalink
  21. def makeGet(source: Symbol): ExpressionResult

    Permalink
  22. def makeGetIndirect(memory: Symbol, data: Symbol, enable: Symbol, addr: Symbol): ExpressionResult

    Permalink
  23. def makeIndirectAssigner(portSymbol: Symbol, memorySymbol: Symbol, memoryIndex: Int, enableIndex: Int, expressionResult: ExpressionResult, clock: Symbol, info: Info): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def processModule(modulePrefix: String, myModule: DefModule, circuit: Circuit): Unit

    Permalink
  28. def processStatements(modulePrefix: String, circuit: Circuit, statement: Statement): Unit

    Permalink
  29. def processTopLevelClocks(module: Module): Unit

    Permalink
  30. val symbolTable: SymbolTable

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

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

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

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped