Forum Discussion
Altera_Forum
Honored Contributor
10 years agoAdder IP block with different bus widths
I'm porting a design from a Xilinx device to a Cyclone5 and am trying to find a comparable signed arithmetic IP blocks using varying width inputs and outputs. ALTERA_MULT_ADD works well for for...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- PARALLEL_ADD looks like it only sums multiple values together (e.g. a+b+c+d...) and does not support signed values. --- Quote End --- 1. it can subtract only one argument in your list it will be 'a'. by the way , subtraction sometimes is pure addition ;) 2. signed values supported. let's try.