Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou can set a synthesis attribute on architecture level. Follow the description in the Quartu software handbook.
architecture rtl of MyUnit is
attribute multstyle : string;
attribute multstyle of rtl : architecture is "dsp";