Hacker News new | ask | show | jobs
by ayuvar 3582 days ago
I won't be happy until I see someone do FizzBuzz in silicon.
2 comments

This is apparently a FizzBuzz accelerator written in Verilog:

https://gist.github.com/houmei/4649209

Could probably do it with a lookup table, a counter and some fairly simple boolean logic. You could probably put it on a small FPGA.