wrappers: ql: synth: update UTILS PATH env var

Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Pawel Czarnecki 2022-07-28 09:20:46 +02:00
parent a56e870082
commit a54555942a
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export OUT_SYNTH_V=${TOP}_synth.v
export OUT_EBLIF=${TOP}.eblif export OUT_EBLIF=${TOP}.eblif
export OUT_FASM_EXTRA=${TOP}_fasm_extra.fasm export OUT_FASM_EXTRA=${TOP}_fasm_extra.fasm
export PYTHON3=$(which python3) export PYTHON3=$(which python3)
export UTILS_PATH=${VPRPATH}/python/ export UTILS_PATH=${SHARE_DIR_PATH}/scripts
if [ -s $PCF ]; then if [ -s $PCF ]; then
export PCF_FILE=$PCF export PCF_FILE=$PCF