wrappers: sh: ql: fixup vpr_config
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
b9509b19f7
commit
e232cc5563
|
@ -135,7 +135,7 @@ function parse_args {
|
||||||
|
|
||||||
export DEVICE_NAME=${DEVICE_1}
|
export DEVICE_NAME=${DEVICE_1}
|
||||||
|
|
||||||
export VPR_CONFIG=`realpath ${SHARE_DIR_PATH}/scripts/${FAMILY}/vpr_config.sh`
|
export VPR_CONFIG=`realpath $(dirname "$0")/vpr_config.f4pga.sh`
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_vpr {
|
function run_vpr {
|
||||||
|
|
Loading…
Reference in New Issue