Package

dotvisualizer

Permalink

package dotvisualizer

Visibility
  1. Public
  2. All

Type Members

  1. case class Config(firrtlSourceFile: String = "", firrtlSource: String = "", startModuleName: String = "", renderProgram: String = "dot", openProgram: String = Config.getOpenForOs, targetDir: String = "", justTopLevel: Boolean = false, dotTimeOut: Int = 7, useRanking: Boolean = false, rankDir: String = "LR", showPrintfs: Boolean = false) extends Product with Serializable

    Permalink
  2. case class DotTimeOut(seconds: Int) extends OptionAnnotation with Product with Serializable

    Permalink
  3. class FixupOps extends Transform

    Permalink

    Workaround for https://github.com/freechipsproject/firrtl/issues/498 from @jackkoenig

  4. trait OptionAnnotation extends NoTargetAnnotation with ChiselAnnotation

    Permalink

    This library implements a graphviz dot file render.

  5. case class RankDirAnnotation(rankDir: String) extends OptionAnnotation with Product with Serializable

    Permalink
  6. case class Scope(depth: Int = 1, maxDepth: Int = 1) extends Product with Serializable

    Permalink
  7. case class SetOpenProgram(openProgram: String) extends OptionAnnotation with Product with Serializable

    Permalink
  8. case class SetRenderProgram(renderProgram: String = "dot") extends OptionAnnotation with Product with Serializable

    Permalink
  9. case class StartModule(startModule: String) extends OptionAnnotation with Product with Serializable

    Permalink

Value Members

  1. object Config extends Serializable

    Permalink
  2. object FirrtlDiagrammer

    Permalink
  3. object ShowPrintfsAnnotation extends OptionAnnotation with Product with Serializable

    Permalink
  4. object ToLoFirrtl extends Compiler

    Permalink

    Use these lowering transforms to prepare circuit for compiling

  5. object UseRankAnnotation extends OptionAnnotation with Product with Serializable

    Permalink
  6. package dotnodes

    Permalink
  7. package transforms

    Permalink

Ungrouped