From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v2 0/6] Add FPGA Tools Date: Tue, 16 Aug 2016 20:06:47 +0200 Message-ID: <20160816180653.22524-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.9.1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZiln-0002Jr-74 for guix-devel@gnu.org; Tue, 16 Aug 2016 14:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZili-0007vb-6l for guix-devel@gnu.org; Tue, 16 Aug 2016 14:07:23 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:43540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZili-0007vO-02 for guix-devel@gnu.org; Tue, 16 Aug 2016 14:07:18 -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.9.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable This patch adds FPGA tools. Danny Milosavljevic (6): gnu: Add fpga module. gnu: fpga: Add abc. gnu: fpga: Add iverilog. gnu: fpga: Add yosys. gnu: fpga: Add icestorm. gnu: fpga: Add arachne-pnr. gnu/local.mk | 1 + gnu/packages/fpga.scm | 271 ++++++++++++++++++++++++++++++++++++++++++++= ++++++ 2 files changed, 272 insertions(+) create mode 100644 gnu/packages/fpga.scm --------------2.9.1--