From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v3 0/6] Add FPGA Tools Date: Tue, 27 Sep 2016 02:04:54 +0200 Message-ID: <20160927000500.10996-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.10.0" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boftf-0005tr-O1 for guix-devel@gnu.org; Mon, 26 Sep 2016 20:05:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bofta-0005g5-29 for guix-devel@gnu.org; Mon, 26 Sep 2016 20:05:18 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:54897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boftZ-0005WT-SC for guix-devel@gnu.org; Mon, 26 Sep 2016 20:05:13 -0400 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: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.10.0 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable 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 --------------2.10.0--