wrappers: ql: synth: update UTILS PATH env var
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
a56e870082
commit
a54555942a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue