From e8ff183881f4f5340fb5ff1dae499d371ce735ee Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Thu, 4 Apr 2024 06:25:34 -0300 Subject: [PATCH] Fix correct commit hash for release 0.7.0 of openXC7 I used the hash mentioned in the Nix flake, which is a little newer. Replace with the hash of the actual tagged release. --- nextpnr-xilinx-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextpnr-xilinx-install b/nextpnr-xilinx-install index 66b595a..6347b6f 100755 --- a/nextpnr-xilinx-install +++ b/nextpnr-xilinx-install @@ -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 \ -- 2.30.2