Packages

  • package root

    This is the documentation for Chisel.

    This is the documentation for Chisel.

    Package structure

    The chisel3 package presents the public API of Chisel. It contains the concrete core types UInt, SInt, Bool, Clock, and Reg, the abstract types Bits, Aggregate, and Data, and the aggregate types Bundle and Vec.

    The Chisel package is a compatibility layer that attempts to provide chisel2 compatibility in chisel3.

    Utility objects and methods are found in the util package.

    The testers package defines the basic interface for chisel testers.

    Definition Classes
    root
  • package circt
    Definition Classes
    root
  • package stage
    Definition Classes
    circt
  • package phases
    Definition Classes
    stage
  • AddImplicitOutputFile
  • CIRCT
  • Checks

package phases

Type Members

  1. class AddImplicitOutputFile extends Phase

    Phase that adds an OutputFileAnnotation if one does not already exist.

    Phase that adds an OutputFileAnnotation if one does not already exist.

    To determine the OutputFileAnnotation, the following precedence is used. Whichever happens first succeeds:

  2. class CIRCT extends Phase

    A phase that calls and runs CIRCT, specifically firtool, while preserving an AnnotationSeq API.

  3. class Checks extends Phase

    Check properties of an firrtl.AnnotationSeq! to look for errors before running CIRCT.

Ungrouped