#fpga anyone know whats a good starter board for someone who wants to get into using them?
@ankiadict The ULX3S is really nice if you can get your hands on one. @cyao's Icepi Zero might also be a good option. Generally I would recommend something which is supported by the Yosys & nextpnr open-source toolchain as it is very nice to work with. Both boards I mentioned above work nicely with it in my experience.
@CanLehmann @ankiadict
Yes, Radiona ULX3S is a very nice board to start with!
For an intro to FPGAs, https://github.com/BrunoLevy/learn-fpga by @BrunoLevy01 is a nice place to be if you dream of designing your own processor.
GitHub - BrunoLevy/learn-fpga: Learning FPGA, yosys, nextpnr, and RISC-V

Learning FPGA, yosys, nextpnr, and RISC-V . Contribute to BrunoLevy/learn-fpga development by creating an account on GitHub.

GitHub