Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / nextpnr-xilinx-install
index 66b595a048792fee6bf8cbbe2b68cd2285163de2..6347b6f4e151d5d1cf118578cc6b82b21b2bf824 100755 (executable)
@@ -78,7 +78,7 @@ apt-get install -y libboost-thread-dev libboost-iostreams-dev \
 ### Build nextpnr-xilinx from release 0.7.0 of openXC7
 
 cd nextpnr-xilinx
-git checkout 1c57f511f80945a709d1d43478d39ad0b6cd51d2
+git checkout 14c62813ba93258143c2551f4beb0b7e044c5912
 git submodule init
 git submodule update
 cmake -DARCH=xilinx -DBUILD_GUI=OFF \