From: Luke Kenneth Casson Leighton Date: Wed, 6 Jul 2022 20:39:57 +0000 (+0100) Subject: adding path-exports for nextpnr-ecp5, ecppack, ecpbram etc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90b411a9b2ec7e8db0a8d903e8e1298dfcbae213;p=dev-env-setup.git adding path-exports for nextpnr-ecp5, ecppack, ecpbram etc. --- diff --git a/build_kestrel b/build_kestrel index 46e8322..84a2e40 100755 --- 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