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 firrtl
    Definition Classes
    root
  • package stage

    The stage package provides Stage/Phase infrastructure for FIRRTL compilers:

    The stage package provides Stage/Phase infrastructure for FIRRTL compilers:

    Definition Classes
    firrtl
  • package phases
    Definition Classes
    stage
  • AddDefaults
  • Checks

package phases

Deprecated Type Members

  1. class AddDefaults extends Phase

    Phase that adds default FirrtlOption Annotations.

    Phase that adds default FirrtlOption Annotations.

    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

  2. class Checks extends Phase

    Phase that strictly validates an AnnotationSeq.

    Phase that strictly validates an AnnotationSeq. The checks applied are intended to be extremeley strict. Nothing is inferred or assumed to take a default value (for default value resolution see AddDefaults).

    The intent of this approach is that after running this Phase, a user can be absolutely certain that other Phases or views will succeed.

    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Ungrouped