summary refs log tree commit diff
path: root/pkgs/development/compilers/yosys
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-05-21 22:20:00 +0200
committerDavid Craven <david@craven.ch>2016-05-22 07:54:05 +0200
commitb467283352fefe0b3d66348237271e91aba7b49c (patch)
tree57ee9af798df087481a0187de1af792966843177 /pkgs/development/compilers/yosys
parent509ce20dedf4b08fc0877dbe0b9fb16f008b6fef (diff)
downloadnixlib-b467283352fefe0b3d66348237271e91aba7b49c.tar
nixlib-b467283352fefe0b3d66348237271e91aba7b49c.tar.gz
nixlib-b467283352fefe0b3d66348237271e91aba7b49c.tar.bz2
nixlib-b467283352fefe0b3d66348237271e91aba7b49c.tar.lz
nixlib-b467283352fefe0b3d66348237271e91aba7b49c.tar.xz
nixlib-b467283352fefe0b3d66348237271e91aba7b49c.tar.zst
nixlib-b467283352fefe0b3d66348237271e91aba7b49c.zip
yosys: 2015.12.29 -> 2016.05.21
Diffstat (limited to 'pkgs/development/compilers/yosys')
-rw-r--r--pkgs/development/compilers/yosys/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/development/compilers/yosys/default.nix b/pkgs/development/compilers/yosys/default.nix
index cfaabb0a71a9..7c44e03d7010 100644
--- a/pkgs/development/compilers/yosys/default.nix
+++ b/pkgs/development/compilers/yosys/default.nix
@@ -2,21 +2,21 @@
 
 stdenv.mkDerivation rec {
   name = "yosys-${version}";
-  version = "2015.12.29";
+  version = "2016.05.21";
 
   srcs = [
     (fetchFromGitHub {
       owner = "cliffordwolf";
       repo = "yosys";
-      rev = "1d62f8710f04fec405ef79b9e9a4a031afcf7d42";
-      sha256 = "0q1dk9in3gmrihb58pjckncx56lj7y4b6y34jgb68f0fh91fdvfx";
+      rev = "8e9e793126a2772eed4b041bc60415943c71d5ee";
+      sha256 = "1s0x7n7qh2qbfc0d7p4q10fvkr61jdqgyqzijr422rabh9zl4val";
       name = "yosys";
     })
     (fetchFromBitbucket {
       owner = "alanmi";
       repo = "abc";
-      rev = "c3698e053a7a";
-      sha256 = "05p0fvbr7xvb6w3d7j2r6gynr3ljb6r5q6jvn2zs3ysn2b003qwd";
+      rev = "d9559ab";
+      sha256 = "08far669khb65kfpqvjqmqln473j949ak07xibfdjdmiikcy533i";
       name = "abc";
     })
   ];
@@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
       Yosys is a framework for RTL synthesis tools. It currently has
       extensive Verilog-2005 support and provides a basic set of
       synthesis algorithms for various application domains.
-
       Yosys can be adapted to perform any synthesis job by combining
       the existing passes (algorithms) using synthesis scripts and
       adding additional passes as needed by extending the yosys C++