Hacker News new | past | comments | ask | show | jobs | submit login

Naively translating imperative code to run on FPGAs won't do much in the general case. It takes time to get data to and from the FPGA so whatever you're doing on the FPGA has to be time consuming enough to make up for the time spent shuffling data around. FPGAs tend to excel at things that are highly parallel (e.g. routing) or streaming applications (e.g. audio/video codecs), so most applications don't have obvious ways to benefit from an FPGA.



I'd also throw in "things that have precise timing considerations" to the list. Like driving an LED display, etc.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: