package always
Type Members
- class AmbiguousAssignInAlways extends Annotator
Example:
always @(a, b, c) begin d <= f; end
- class AmbiguousClockAnnotator extends Annotator
- class AssignmentsMixedUse extends Annotator
Example:
always @(posedge clk) begin d <= f; g = h; end
- class CaseStatementLatchAnnotator extends Annotator
- class ConditionalStatementLatchAnnotator extends Annotator