Forum Discussion
Altera_Forum
Honored Contributor
14 years agoLPM_mult : dynamic reduction with signed number
Hello, I’m using a very simple setup configuration with quartus 2 and cyclone III : full scale analog signal - - > CAN 14 bit -- > DAC 14 bit : OK no distortion After that I add a LPM_m...
Altera_Forum
Honored Contributor
14 years agoBy discarding the MSB, you get an overflow for -8192*-8192. If this A,B combination doesn't occur in your application, you can ignore it, otherwise you need to handle it explicitely.