Note: In this context, literals also refer to compilation variables, which means that you can use compilation variables in constant
conditional expressions.
A Boolean condition determines if a Boolean literal is true or false.
General Format
Syntax Rules
- boolean-literal-1 evaluates to TRUE if its value is B'1', and FALSE if its value is B'0'.
- NOT boolean-literal-1 evaluates to FALSE if its value is B'1', and TRUE if its value is B'0'.