From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodoros Foradis Subject: Re: [PATCH v3 0/6] Add FPGA Tools Date: Fri, 30 Sep 2016 01:39:25 +0300 Message-ID: <87vaxebaaq.fsf@openmailbox.org> References: <20160927000500.10996-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpk0e-000193-WF for guix-devel@gnu.org; Thu, 29 Sep 2016 18:40:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpk0a-0007kc-AJ for guix-devel@gnu.org; Thu, 29 Sep 2016 18:40:56 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:33937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpk0a-0007kI-0g for guix-devel@gnu.org; Thu, 29 Sep 2016 18:40:52 -0400 In-reply-to: <20160927000500.10996-1-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic writes: > This patch adds FPGA tools. > > Danny Milosavljevic (6): > gnu: Add abc. > gnu: Add iverilog. > gnu: Add yosys. > gnu: Add icestorm. > gnu: Add arachne-pnr. > gnu: Add gtkwave. > > gnu/local.mk | 1 + > gnu/packages/fpga.scm | 311 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 312 insertions(+) > create mode 100644 gnu/packages/fpga.scm I tested the patches again, and they are working correctly after the fix in libftdi. Should we still delete "-I/usr/local/include" from the makefile of icestorm to ensure it doesn't build wrongly in non-guixsd systems or is it unnecessary? Gtkwave is fine as well. Maybe we would like to add it in another file though (e.g. engineering.scm), in case it's used with other packages in the future. Regards, -- Theodoros Foradis