Forum Discussion
Altera_Forum
Honored Contributor
8 years ago[VHDL] 'else generate' is not supported ...
Hi All, I'm receiving the following error during my code compilation: (vcom-1440) Language feature ELSE GENERATE STATEMENT is not supported yet From what Quartus version is this f...
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;