Forum Discussion
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.