Shift Operator Rules

shift_operator_500

phase_6 error case case_keyword

This rule checks shift operators have proper case.

Refer to Configuring Uppercase and Lowercase Rules for more information.

Violation

a <= b SLL c;

Fix

a <= b sll c;