Object

firrtl.passes

RemoveCHIRRTL

Related Doc: package passes

Permalink

object RemoveCHIRRTL extends Transform with Pass

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RemoveCHIRRTL
  2. Pass
  3. Transform
  4. LazyLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AddrMap = HashMap[String, Expression]

    Permalink
  2. type DataRefMap = LinkedHashMap[String, DataRef]

    Permalink
  3. type MPortMap = LinkedHashMap[String, MPorts]

    Permalink
  4. type MPortTypeMap = LinkedHashMap[String, Type]

    Permalink
  5. type SeqMemSet = HashSet[String]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collect_refs(mports: MPortMap, smems: SeqMemSet, types: MPortTypeMap, refs: DataRefMap, raddrs: AddrMap)(s: Statement): Statement

    Permalink
  7. def collect_smems_and_mports(mports: MPortMap, smems: SeqMemSet)(s: Statement): Statement

    Permalink
  8. def create_exps(e: Expression): Seq[Expression]

    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 execute(state: CircuitState): CircuitState

    Permalink

    Perform the transform, encode renaming with RenameMap, and can delete annotations Called by runTransform.

    Perform the transform, encode renaming with RenameMap, and can delete annotations Called by runTransform.

    state

    Input Firrtl AST

    returns

    A transformed Firrtl AST

    Definition Classes
    PassTransform
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getMyAnnotations(state: CircuitState): Seq[Annotation]

    Permalink

    Convenience method to get annotations relevant to this Transform

    Convenience method to get annotations relevant to this Transform

    state

    The CircuitState form which to extract annotations

    returns

    A collection of annotations

    Definition Classes
    Transform
  15. def get_mask(refs: DataRefMap)(e: Expression): Expression

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def inputForm: CircuitForm

    Permalink

    The CircuitForm that this transform requires to operate on

    The CircuitForm that this transform requires to operate on

    Definition Classes
    PassTransform
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val logger: Logger

    Permalink
    Definition Classes
    LazyLogging
  20. def name: String

    Permalink

    A convenience function useful for debugging and error messages

    A convenience function useful for debugging and error messages

    Definition Classes
    Transform
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def outputForm: CircuitForm

    Permalink

    The CircuitForm that this transform outputs

    The CircuitForm that this transform outputs

    Definition Classes
    PassTransform
  25. def remove_chirrtl_m(m: DefModule): DefModule

    Permalink
  26. def remove_chirrtl_s(refs: DataRefMap, raddrs: AddrMap)(s: Statement): Statement

    Permalink
  27. def run(c: Circuit): Circuit

    Permalink
    Definition Classes
    RemoveCHIRRTLPass
  28. final def runTransform(state: CircuitState): CircuitState

    Permalink

    Perform the transform and update annotations.

    Perform the transform and update annotations.

    state

    Input Firrtl AST

    returns

    A transformed Firrtl AST

    Definition Classes
    Transform
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. val ut: UnknownType.type

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from Pass

Inherited from Transform

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped