Behold! My first ever FPGA project, functional
It simulates a one-dimensional cellular automata, displays it and its history on a 4x4 LED "screen", & collaborates with an onboard microcontroller (which actually could have run the entire thing to begin with, technically? but that's not the point) which DAC outputs audio based on the highlighted row bits.
I did some ABEL in college but that doesn't qualify as "FPGA". This was written in Amaranth ()
Mastodon
mcc (@mcc@mastodon.social)
I've decided this time to make my HDL stuff in "Amaranth" https://github.com/amaranth-lang/amaranth ("previously nMigen") which has an interesting ...