Hacker News new | ask | show | jobs
by throwaway1979 4778 days ago
Good point. Any idea what ballpark speed one would need?
1 comments

Speed of the FPGA? FPGAs are given speed grades, but the actual design dictates the max speed. Different logic sections, depending on pipelining, size, which pins they are connected to can run at different speeds. You might have an overall max speed/critical path of say 50mhz, but you might be able to safely run a small section of the design at 200mhz.
But, you can make your calculations massively parallel on an FPGA. So the clock speed does not compare at all to a typical processor.