wrappers: sh: ql: fixup vpr_common path
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
7954ba19c3
commit
84dd7bd4b3
|
@ -23,7 +23,7 @@ if [ -z $VPRPATH ]; then
|
|||
export PYTHONPATH=${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}
|
||||
fi
|
||||
|
||||
source ${VPRPATH}/vpr_common
|
||||
source $(dirname "$0")/vpr_common.f4pga.sh
|
||||
parse_args $@
|
||||
|
||||
export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_analysis.log
|
||||
|
|
|
@ -23,7 +23,7 @@ if [ -z $VPRPATH ]; then
|
|||
export PYTHONPATH=${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}
|
||||
fi
|
||||
|
||||
source ${VPRPATH}/vpr_common
|
||||
source $(dirname "$0")/vpr_common.f4pga.sh
|
||||
parse_args $@
|
||||
|
||||
export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_pack.log
|
||||
|
|
|
@ -23,7 +23,7 @@ if [ -z $VPRPATH ]; then
|
|||
export PYTHONPATH=${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}
|
||||
fi
|
||||
|
||||
source ${VPRPATH}/vpr_common
|
||||
source $(dirname "$0")/vpr_common.f4pga.sh
|
||||
parse_args $@
|
||||
|
||||
if [ -z $PCF ]; then
|
||||
|
|
|
@ -23,7 +23,7 @@ if [ -z $VPRPATH ]; then
|
|||
export PYTHONPATH=${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}
|
||||
fi
|
||||
|
||||
source ${VPRPATH}/vpr_common
|
||||
source $(dirname "$0")/vpr_common.f4pga.sh
|
||||
parse_args $@
|
||||
|
||||
DESIGN=${EBLIF/.eblif/}
|
||||
|
|
|
@ -23,7 +23,7 @@ if [ -z $VPRPATH ]; then
|
|||
export PYTHONPATH=${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}
|
||||
fi
|
||||
|
||||
source ${VPRPATH}/vpr_common
|
||||
source $(dirname "$0")/vpr_common.f4pga.sh
|
||||
parse_args $@
|
||||
|
||||
export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_pack.log
|
||||
|
|
|
@ -23,7 +23,7 @@ if [ -z $VPRPATH ]; then
|
|||
export PYTHONPATH=${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}
|
||||
fi
|
||||
|
||||
source ${VPRPATH}/vpr_common
|
||||
source $(dirname "$0")/vpr_common.f4pga.sh
|
||||
parse_args "$@"
|
||||
|
||||
TOP="${EBLIF%.*}"
|
||||
|
|
Loading…
Reference in New Issue