Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAfter many tests , and pratical results , the solution :
LPM_Mult with signed binary. Input A [13..0] Input B [13..0]. Keep output with defined width [27..0] But!! need to use : [26..13] to have the same range on output DAC. It works :-) --- Quote Start --- I suggest to play around with a pocket calculator to understand the problem and possible solutions. To get exact factor 1 multiply, you need an extra bit in scaling factor. --- Quote End ---