package phases
Type Members
- class AddDefaults extends Phase
Phase that adds default FirrtlOption Annotations.
- 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.