Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou may want to override the default behaviour by VHDL attributes, e.g. on an architecture level:
architecture rtl of my_design is
attribute multstyle : string;
attribute multstyle of rtl : architecture is "dsp";