Y
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
jschwartzi
3582 days ago
This is apparently a FizzBuzz accelerator written in Verilog:
https://gist.github.com/houmei/4649209
link
toomanybeersies
3582 days ago
Video of it in action:
https://www.youtube.com/watch?v=EJAQTHFFgY4
link
50CNT
3582 days ago
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.
link
https://gist.github.com/houmei/4649209