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:
4ae12fb
)
adding path-exports for nextpnr-ecp5, ecppack, ecpbram etc.
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 6 Jul 2022 20:39:57 +0000
(21:39 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 6 Jul 2022 20:39:57 +0000
(21:39 +0100)
build_kestrel
patch
|
blob
|
history
diff --git
a/build_kestrel
b/build_kestrel
index 46e83228c6c1c14872df722d51deec66e8601852..84a2e40683795b8811d95995471f4bd82b66ef46 100755
(executable)
--- a/
build_kestrel
+++ b/
build_kestrel
@@
-16,6
+16,9
@@
set -e
+export PATH=/usr/local/libtrellis/bin:$PATH
+export PATH=/usr/local/nextpnr-ecp5/bin:$PATH
+
export KESTREL=/home/$SUDO_USER/src/kestrel
echo "Refreshing Python data files from current LibreSoC sources..."
cd /home/$SUDO_USER/src/soc