Forum Discussion
Altera_Forum
Honored Contributor
13 years ago190 LUT seems a lot for multiplying by the constant 63 (0x3f if I read it right).
That multiply should be one subtraction. If your multiplies are all by constants, you might be able to optimise them. I'm also surprised the multiply takes many more than 18x7 (126) LUT - since it can be made of that many full adders (3 input bits) with a delay of 18+7 (23 or so) logic steps. Reducing the resource either means using multi cycle multipliers, or muxing the values into a single multiplier.