Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWith a constant there are some sizable reductions that can be done during synthesis to make it more palatable in logic. That being said, if you have a DSP block available, why not use it. Perhaps try keeping the constant, e.g.
(* keep *) wire mult_const; assign mult_const = 16'ha9a9; I'm guessing something like that will get it to synthesize a DSP.