Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYou are ahead of vhdl standards. You can split generate into two sections:
if true generate ... end generate; if false generate ... end generate;You are ahead of vhdl standards. You can split generate into two sections:
if true generate ... end generate; if false generate ... end generate;