Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWith ieee.numeric_std, Quartus actually infers signed and unsigned dividers from HDL code, so you don't necessarily need to instantiate a divider MegaFunction. If you want multiple pipeline stages or other special features, you still need the Megafunction. With ieee.std_logic_arith, dividers are apparently only infered for the integer data type.