xvii
Synopsys, Inc.
Feedback
Feedback
W253 : Data event has an edge...................................................... 686
W254 : Reference event does not have an edge................................ 687
W256 : A notifier must be a one-bit register ..................................... 688
W326 : Event variable appearing in a posedge/negedge expression ..... 689
W421 : Reports “always” or “process” constructs that do not have an event
control ......................................................................... 691
Loop Rules .......................................................................................... 694
W66 : Ensure that a repeat construct has a static control expression ... 695
W352 : Reports “for” constructs with condition expression.................. 698
W478 : This rule has been deprecated ............................................. 702
W479 : Checks if loop step statement variables are not properly
incremented or decremented........................................... 703
W480 : Ensure that the loop index is of integer type.......................... 705
W481a : Ensure that a for loop uses the same step variable as used in the
condition ...................................................................... 708
W481b : Ensure that a for loop uses the same initialization variable as used
in the condition ............................................................. 712
Lint_Elab_Rules .................................................................................. 715
W162 : Extension of bits in constant integer conversion ..................... 718
W163 : Truncation of bits in constant integer conversion.................... 720
W164a : Identifies assignments in which the LHS width is less than the RHS
width ........................................................................... 721
W164b : Identifies assignments in which the LHS width is greater than the
RHS width .................................................................... 745
W316 : Reports extension of extra bits in integer conversion .............. 764
W328 : Truncation in constant conversion, without loss of data........... 767
Verilint_Compat Rules......................................................................... 768
W313 : Converting integer to single bit............................................ 769
W348 : Unspecified width for integer expression in a concatenation ..... 770
Miscellaneous Rules ............................................................................ 772
W189 : Nested Synopsys translate_off comments ............................. 773
W192 : Empty block...................................................................... 775
W193 : Empty statement ............................................................... 776
W208 : Nested Synopsys translate_on comments ............................. 777
W350 : A control character appears inside a string ............................ 778
W351 : A control character appears inside a comment ....................... 779
W433 : More than one top-level design unit ..................................... 780
W527 : Dangling else in sequence of if conditions. Make sure nesting is