Generate Statement
IF-Scheme
Allows for conditional creation of components
Can not use ELSE or ELSIF branches with the IF-Scheme
name : IF
(boolean expression)
GENERATE
concurrent-statements
END GENERATE name;