Delay Mechanism Rules
delay_mechanism_500
This rule checks the transport keyword has proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
a <= TRANSPORT 1 after 10 ns;
Fix
a <= transport 1 after 10 ns;
delay_mechanism_501
This rule checks the inertial keyword has proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
a <= INERTIAL 1 after 10 ns;
Fix
a <= inertial 1 after 10 ns;
delay_mechanism_502
This rule checks the reject keyword has proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
a <= REJECT 2ns inertial 1 after 10 ns;
Fix
a <= reject 2ns inertial 1 after 10 ns;