Packages

p

firrtl

analyses

package analyses

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class GetNamespace extends Transform with DependencyAPIMigration with PreservesAll[Transform]

    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

    A class representing the instance hierarchy of a working IR Circuit

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

    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
  2. object NodeCount

Ungrouped