Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-08-24 11:50:58 +02:00
139 changed files with 1638 additions and 845 deletions
@@ -14,14 +14,14 @@ let
in
with stdenv; mkDerivation rec {
pname = "nextpnr";
version = "2020.07.08";
version = "2020.08.22";
srcs = [
(fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "3cafb16aa634d2bc369077d8d36760d23973a35b";
sha256 = "0z6q8f2f97jr037d51h097vck9jspidjn0pb5irlj0xdnb5si0js";
rev = "c8ecb8341ca766e1e7565cc2b652b63eaba67508";
sha256 = "1cf9ad7w5x452qdc6m9c3in6v9yzip3n1as978lbdh76f5mc00fv";
name = "nextpnr";
})
(fetchFromGitHub {
+3 -3
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yosys";
version = "2020.07.07";
version = "2020.08.22";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "000fd08198487cd1d36e65e4470f4b0269c23a2b";
sha256 = "01s252vwh4g1f4y99nfrkpf6hgvh9k63nz8hvpmjza5z8x6zf4i1";
rev = "12132b6850747aec99715fdfa3184fe3ebefa015";
sha256 = "1v6x1y2f3r8vi7pnkgx374rrv02xgmg9yg23f61n7d1v2rd6y5cc";
};
enableParallelBuilding = true;