Altera_Forum
Honored Contributor
14 years agoEmbedded Multiplier vs Logic Elements
Hi everybody,
I have a question on the synthesis of a multiplier written in VHDL. I have a module (in VHDL) which uses several multipliers. But when I run the Quartus compilation, thoses multipliers are synthesized into "Logic Elements" and not into "Embedded Multiplier 9-bit elements"... How can I "force" Quartus to generate my multipliers into Embedded Multiplier?? (I have lot of Embedded Multiplier elements available so it is not a limitation due to my FPGA..) Thanks!!