Shift Operator Rules
shift_operator_500
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;
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;