nextpnr: 2019.04.19 -> 2019.08.10

This commit is contained in:
Emily 2019-08-13 16:40:25 -07:00
parent 86ed03ae4c
commit a0824ccff7

View File

@ -26,14 +26,14 @@ let
});
in
stdenv.mkDerivation rec {
name = "nextpnr-${version}";
version = "2019.04.19";
pname = "nextpnr";
version = "2019.08.10";
src = fetchFromGitHub {
owner = "yosyshq";
repo = "nextpnr";
rev = "5344bc3b65f4e06f983db781e9a82d30b3f1512b";
sha256 = "1y14jpa948cwk0i19bsfqh7yxsxkgskm4xym4z179sjcvcdvrn3a";
rev = "3f26cf50767143e48d29ae691b2a0052c359eb15";
sha256 = "1gv84svw56ass9idbzh17h3yxkk9ydr40ijf9w72gf72rbixszdr";
};
nativeBuildInputs
@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
"-DICEBOX_ROOT=${icestorm}/share/icebox"
"-DTRELLIS_ROOT=${trellisRoot}/trellis"
"-DUSE_OPENMP=ON"
# warning: high RAM usage
"-DSERIALIZE_CHIPDB=OFF"
# use PyPy for icestorm if enabled
"-DPYTHON_EXECUTABLE=${icestorm.pythonInterp}"
] ++ (stdenv.lib.optional (!enableGui) "-DBUILD_GUI=OFF");
# Fix the version number. This is a bit stupid (and fragile) in practice