f4pga-env: update share path

Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Paweł Czarnecki 2022-05-24 14:55:41 +02:00
parent af66cd22ba
commit 7954ba19c3
1 changed files with 1 additions and 4 deletions

View File

@ -11,10 +11,7 @@ case "$1" in
;;
share)
(
case "$F4PGA_FAM" in
xc7) cd $(dirname "$0")/../share/symbiflow;;
eos-s3) cd $(dirname "$0")/../share;;
esac
cd $(dirname "$0")/../share/symbiflow
pwd
)
;;