Category: Driver Boards
sweet
and for the host interface USB?
this will not really work

LinuxCNC is a little bit different to other controller like GRBL,
you need a realtime loop between board and host and this will only work with Ethernet/Ethercat/SPI(raspberry) or LPT., not with USB or UART.
If you need almost ready to use Gateware/Drivers for your board, you can look at:
github.com/multigcs/riocore/
(
github.com/multigcs/riocore/blob/dev/doc/BOARDS.md)
this is a gateware generator and all the FPGA stuff is written in verilog,
but it use W5500 UDP interface or SPI.
There is also an UART/USB plugin, but only for testing, not for realtime use.
you can take a look on my youtube channel, there are many videos with different FPGA's running RIO:
www.youtube.com/@unixconf/
but i can understand if you prefer to write your own software, it's also fun