Package

dotvisualizer

transforms

Permalink

package transforms

Visibility
  1. Public
  2. All

Type Members

  1. class MakeDiagramGroup extends Transform

    Permalink
  2. class MakeOneDiagram extends Transform

    Permalink

    Annotations specify where to start rendering.

    Annotations specify where to start rendering. Currently the first encountered module that matches an annotation will start the rendering, rendering continues per the depth specified in the annotation. This pass is intermixed with other low to low transforms, it is not treated as a separate emit, so if so annotated it will run with every firrtl compilation.

  3. class ModuleDotNode extends AnyRef

    Permalink

    Represents a module instance in the graph of instances in a circuit.

  4. class ModuleLevelDiagrammer extends Transform

    Permalink

    Creates a high level diagram that shows the instances in the circuit and their Module names

  5. class RemoveTempWires extends Transform

    Permalink

Value Members

  1. object MakeOneDiagram

    Permalink
  2. object ModuleDotNode

    Permalink

    Is the factory for ModuleDotNode creation

  3. object RemoveTempWires

    Permalink

Ungrouped