Package

dotvisualizer

stage

Permalink

package stage

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DiagrammerAnnotation extends AnyRef

    Permalink
  2. trait DiagrammerCli extends AnyRef

    Permalink
  3. class DiagrammerException extends Exception

    Permalink
  4. class DiagrammerPhase extends PhaseManager

    Permalink
  5. class DiagrammerStage extends Stage

    Permalink

    DiagrammerState creates a diagram of a firrtl circuit.

    DiagrammerState creates a diagram of a firrtl circuit. The firrtl circuit can be in any one of the following forms ChiselGeneratorAnnotation(() => new DUT()) a chisel DUT that is used to generate firrtl FirrtlFileAnnotation(fileName) a file name that contains firrtl source FirrtlSourceAnnotation in-line firrtl source

  6. case class DotTimeoutSecondsAnnotation(timeout: Int) extends DiagrammerAnnotation with NoTargetAnnotation with Unserializable with Product with Serializable

    Permalink
  7. case class OpenCommandAnnotation(name: String) extends DiagrammerAnnotation with NoTargetAnnotation with Unserializable with Product with Serializable

    Permalink
  8. case class RankDirAnnotation(name: String) extends DiagrammerAnnotation with NoTargetAnnotation with Unserializable with Product with Serializable

    Permalink
  9. case class SetRenderProgramAnnotation(name: String) extends DiagrammerAnnotation with NoTargetAnnotation with Unserializable with Product with Serializable

    Permalink
  10. case class StartModuleNameAnnotation(name: String) extends DiagrammerAnnotation with NoTargetAnnotation with Unserializable with Product with Serializable

    Permalink

Value Members

  1. object DiagrammerPhase

    Permalink
  2. object DotTimeoutSecondsAnnotation extends HasShellOptions with Serializable

    Permalink
  3. object JustTopLevelAnnotation extends NoTargetAnnotation with DiagrammerAnnotation with HasShellOptions with Unserializable with Product with Serializable

    Permalink
  4. object OpenCommandAnnotation extends HasShellOptions with Serializable

    Permalink
  5. object RankDirAnnotation extends HasShellOptions with Serializable

    Permalink
  6. object RankElementsAnnotation extends NoTargetAnnotation with DiagrammerAnnotation with HasShellOptions with Unserializable with Product with Serializable

    Permalink
  7. object SetRenderProgramAnnotation extends HasShellOptions with Serializable

    Permalink
  8. object ShowPrintfsAnnotation extends NoTargetAnnotation with DiagrammerAnnotation with HasShellOptions with Unserializable with Product with Serializable

    Permalink
  9. object StartModuleNameAnnotation extends HasShellOptions with Serializable

    Permalink
  10. package phase

    Permalink

Ungrouped