From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/3] gnu: Add abc, iverilog, yosys FPGA synthesizers Date: Tue, 2 Aug 2016 15:52:14 -0400 Message-ID: <20160802195214.GA2388@jasmine> References: <20160727190532.3570090f@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUfjt-0002y6-Sf for guix-devel@gnu.org; Tue, 02 Aug 2016 15:52:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUfjn-0006gc-EK for guix-devel@gnu.org; Tue, 02 Aug 2016 15:52:32 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUfjm-0006fO-4Z for guix-devel@gnu.org; Tue, 02 Aug 2016 15:52:27 -0400 Content-Disposition: inline In-Reply-To: <20160727190532.3570090f@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 On Wed, Jul 27, 2016 at 07:05:32PM +0200, Danny Milosavljevic wrote: > This patch adds abc, iverilog and yosys FPGA synthesizers. > > Danny Milosavljevic (3): > gnu: Add abc. > gnu: Add iverilog. > gnu: Add yosys. Very interesting patch series! Is there anyone with some FPGA experience who can review it?