Class

firrtl.VerilogEmitter

VerilogRender

Related Doc: package VerilogEmitter

Permalink

class VerilogRender extends AnyRef

Used by getRenderer, it has machinery to produce verilog from IR. Making this a class allows access to particular parts of the verilog emission.

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

Instance Constructors

  1. new VerilogRender(m: Module, moduleMap: Map[String, DefModule])(implicit writer: Writer)

    Permalink

    m

    the start module

    moduleMap

    a map of modules so submodules can be discovered

    writer

    where rendered information is placed.

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def assign(e: Expression, value: Expression, info: Info): Unit

    Permalink
  6. val assigns: ArrayBuffer[Seq[Any]]

    Permalink
  7. val at_clock: LinkedHashMap[Expression, ArrayBuffer[Seq[Any]]]

    Permalink
  8. val attachAliases: ArrayBuffer[Seq[Any]]

    Permalink
  9. val attachSynAssigns: ArrayBuffer[Seq[Any]]

    Permalink
  10. def build_netlist(s: Statement): Statement

    Permalink
  11. def build_ports(): Unit

    Permalink
  12. def build_streams(s: Statement): Statement

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def declare(b: String, n: String, t: Type, info: Info): ArrayBuffer[Seq[Any]]

    Permalink
  15. val declares: ArrayBuffer[Seq[Any]]

    Permalink
  16. def emitVerilogBind(overrideName: String, body: String): DefModule

    Permalink

    This emits a verilog module that can be bound to a module defined in chisel.

    This emits a verilog module that can be bound to a module defined in chisel. It uses the same machinery as the general emitter in order to insure that parameters signature is exactly the same as the module being bound to

    overrideName

    Override the module name

    body

    the body of the bind module

    returns

    A module constructed from the body

  17. def emit_streams(): Unit

    Permalink
  18. def emit_verilog(): DefModule

    Permalink

    The standard verilog emitter, wraps up everything into the verilog

  19. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def garbageAssign(e: Expression, syn: Expression, garbageCond: Expression, info: Info): ArrayBuffer[Seq[Any]]

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def initialize(e: Expression): ArrayBuffer[Seq[Any]]

    Permalink
  26. def initialize_mem(s: DefMemory): Unit

    Permalink
  27. val initials: ArrayBuffer[Seq[Any]]

    Permalink
  28. val instdeclares: ArrayBuffer[Seq[Any]]

    Permalink
  29. def invalidAssign(e: Expression): ArrayBuffer[Seq[Any]]

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val namespace: Namespace

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

    Permalink
    Definition Classes
    AnyRef
  33. val netlist: LinkedHashMap[WrappedExpression, Expression]

    Permalink
  34. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  36. val portdefs: ArrayBuffer[Seq[Any]]

    Permalink
  37. def printf(str: StringLit, args: Seq[Expression]): Seq[Any]

    Permalink
  38. def rand_string(t: Type): Seq[Any]

    Permalink
  39. def regUpdate(r: Expression, clk: Expression): ArrayBuffer[Seq[Any]]

    Permalink
  40. def simulate(clk: Expression, en: Expression, s: Seq[Any], cond: Option[String], info: Info): ArrayBuffer[Seq[Any]]

    Permalink
  41. val simulates: ArrayBuffer[Seq[Any]]

    Permalink
  42. def stop(ret: Int): Seq[Any]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def update(e: Expression, value: Expression, clk: Expression, en: Expression, info: Info): ArrayBuffer[Seq[Any]]

    Permalink
  46. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped