> This patch adds FPGA tools. > Danny Milosavljevic (5): > gnu: Add abc. > gnu: Add iverilog. > gnu: Add yosys. > gnu: Add icestorm. > gnu: Add arachne-pnr.
> gnu/local.mk | 1 + > gnu/packages/fpga.scm | 273 ++++++++++++++++++++++++++++++++++++++++++++= > ++++++ > 2 files changed, 274 insertions(+) > create mode 100644 gnu/packages/fpga.scm Hello, In order for icestorm to build, I had to add libusb to its inputs. The toolchain was tested with an fpga. It's producing the bitstream, and iceprog works as well. Iverilog is performing simulation as it should. It's safe to say the patches can be pushed upstream, with the modification to icestorm's inputs. It would be helpful if we (I?) package gtkwave as well, so that one can view the waveforms from the verilog simulations. -- Theodoros Foradis