projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a97a1
)
Fix correct commit hash for release 0.7.0 of openXC7
master
author
Cesar Strauss
<cesar.strauss@inpe.br>
Thu, 4 Apr 2024 09:25:34 +0000
(06:25 -0300)
committer
Cesar Strauss
<cesar.strauss@inpe.br>
Thu, 4 Apr 2024 10:18:16 +0000
(07:18 -0300)
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
patch
|
blob
|
history
diff --git
a/nextpnr-xilinx-install
b/nextpnr-xilinx-install
index 66b595a048792fee6bf8cbbe2b68cd2285163de2..6347b6f4e151d5d1cf118578cc6b82b21b2bf824 100755
(executable)
--- 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 1
c57f511f80945a709d1d43478d39ad0b6cd51d
2
+git checkout 1
4c62813ba93258143c2551f4beb0b7e044c591
2
git submodule init
git submodule update
cmake -DARCH=xilinx -DBUILD_GUI=OFF \