Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 789 Bytes

for_generate_statement_rules.rst

File metadata and controls

47 lines (25 loc) · 789 Bytes

For Generate Statement Rules

for_generate_statement_500

|phase_6| |error| |case| |case_keyword|

This rule checks the for keyword has proper case.

|configuring_uppercase_and_lowercase_rules_link|

Violation

FOR x in range (3 downto 0) generate

Fix

for x in range (3 downto 0) generate

for_generate_statement_501

|phase_6| |error| |case| |case_keyword|

This rule checks the generate keyword has proper case.

|configuring_uppercase_and_lowercase_rules_link|

Violation

for x in range (3 downto 0) GENERATE

Fix

for x in range (3 downto 0) generate