Package

firrtl

analyses

Permalink

package analyses

Visibility
  1. Public
  2. All

Type Members

  1. class GetNamespace extends Transform

    Permalink

    Create a namespace with this circuit

    Create a namespace with this circuit

    namespace is used by RenameModules to get unique names

  2. class InstanceGraph extends AnyRef

    Permalink

    A class representing the instance hierarchy of a working IR Circuit

  3. case class ModuleNamespaceAnnotation(namespace: Namespace) extends NoTargetAnnotation with Product with Serializable

    Permalink
  4. class NodeCount extends AnyRef

    Permalink

    This is not intended to be used as a metric for the size of an actual circuit, but rather to debug the compiler itself Works because all FirrtlNodes implement Product (case classes do)

Value Members

  1. object InstanceGraph

    Permalink
  2. object NodeCount

    Permalink

Ungrouped