Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI'm implementing a Math Equation on my FPGA, am I following the right methodology?
Dear friends, This is my first project ever in FPGA. I'm implementing a Math Equation over a list of numbers (data) which range from 0 - 255, one by one, data can contain 100 or 10.000 or ...
Altera_Forum
Honored Contributor
10 years agoThat is one way to do it. But can you load any data you want into the memory without re-compiling the system?
Another method would be to load the data serially from a PC, maybe via UART? then you could process as much real time data as you wanted.