Altera_Forum
Honored Contributor
13 years agoMatrix Adder
Hello,
I have one captious question. I need to buil-up matrix adder. Totally 1920x1080=2073600 cells able to do three different operations with 24bit integer value: 1/ A+B=C 2/ A-B=C 3/ IF(A-B) < limit THEN C=1 ELSE C=0 4/ compute sum of all results in all C of all cells to one big 64bit number. Every operation 1,2,3, must be optionaly selectable. Is it possible to do it use of Altera ??? Many thanks :)