Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSee: Tools/Netlist Viewers/Technology Map Viewer
If you don't want to type too much text, you may find this form interesting:dmux:
FOR I IN 0 TO 7 GENERATE
Y(I) <= d WHEN I = S ELSE '0';
END GENERATE;