From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH v2 0/5] Add FPGA Tools Date: Mon, 26 Sep 2016 09:37:21 +0200 Message-ID: <20160926093721.03844342@scratchpost.org> References: <20160818151833.29540-1-dannym@scratchpost.org> <87a8evcuia.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boQTh-0001tq-UY for guix-devel@gnu.org; Mon, 26 Sep 2016 03:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boQTe-00032L-Qr for guix-devel@gnu.org; Mon, 26 Sep 2016 03:37:29 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:49650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boQTe-00032E-Jd for guix-devel@gnu.org; Mon, 26 Sep 2016 03:37:26 -0400 In-Reply-To: <87a8evcuia.fsf@openmailbox.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: Theodoros Foradis Cc: Guix-devel Hi, thanks for testing this! > In order for icestorm to build, I had to add libusb to its inputs. I posted a patch "gnu: Move libusb from inputs to propagated-inputs" back in August which would fix that (by fixing libftdi). Adding libusb here is not the right fix. > The toolchain was tested with an fpga. It's producing the bitstream, and > iceprog works as well. Iverilog is performing simulation as it should. Nice :) > It would be helpful if we (I?) package gtkwave as well, so that one can view the waveforms > from the verilog simulations. Yeah...