Unverified Commit 28721c55 authored by Renaud's avatar Renaud Committed by GitHub
Browse files

Merge pull request #160342 from Luflosi/update/yosys

yosys: 0.12+54 -> 0.15
parents 80c891c5 0e4d199c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname   = "abc-verifier";
  version = "2021.11.12";
  version = "2022.03.04";

  src = fetchFromGitHub {
    owner = "yosyshq";
    repo  = "abc";
    rev   = "f6fa2ddcfc89099726d60386befba874c7ac1e0d";
    hash  = "sha256-0rvMPZ+kL0m/GjlCLx3eXYQ0osQ2wQiS3+csqPl3U9s=";
    rev   = "d7ecb23eeee9c9b4924182ce570c2e33eb18abff";
    hash  = "sha256-aufWRTggJNOaUFsjh5+HFDqEur+nuM0hZSsTfGptbks=";
  };

  nativeBuildInputs = [ cmake ];
+4 −4
Original line number Diff line number Diff line
@@ -72,13 +72,13 @@ let

in stdenv.mkDerivation rec {
  pname   = "yosys";
  version = "0.12+54";
  version = "0.15";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo  = "yosys";
    rev   = "59a71503448401d2476cf0872808e0a99c3a4d81";
    hash  = "sha256-cz4PQymaA9UW91lN+6iniFhbcPRpFNIAeC8ZkwYeg0U=";
    rev   = "${pname}-${version}";
    hash  = "sha256-1NCcsq0otVKTTSSmnX2kCvvngF1yzqYWlRVzu+XY65w=";
  };

  enableParallelBuilding = true;
@@ -143,7 +143,7 @@ in stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Open RTL synthesis framework and tools";
    homepage    = "http://www.clifford.at/yosys/";
    homepage    = "https://yosyshq.net/yosys/";
    license     = licenses.isc;
    platforms   = platforms.all;
    maintainers = with maintainers; [ shell thoughtpolice emily ];