From e232cc55632c5cb0b421dc8a972f92839fd771b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czarnecki?= Date: Wed, 1 Jun 2022 13:27:05 +0200 Subject: [PATCH] wrappers: sh: ql: fixup vpr_config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Czarnecki --- f4pga/wrappers/sh/quicklogic/vpr_common.f4pga.sh | 2 +- .../sh/quicklogic/{vpr_config.sh => vpr_config.f4pga.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename f4pga/wrappers/sh/quicklogic/{vpr_config.sh => vpr_config.f4pga.sh} (100%) diff --git a/f4pga/wrappers/sh/quicklogic/vpr_common.f4pga.sh b/f4pga/wrappers/sh/quicklogic/vpr_common.f4pga.sh index ef7e6d8..068450f 100755 --- a/f4pga/wrappers/sh/quicklogic/vpr_common.f4pga.sh +++ b/f4pga/wrappers/sh/quicklogic/vpr_common.f4pga.sh @@ -135,7 +135,7 @@ function parse_args { 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 { diff --git a/f4pga/wrappers/sh/quicklogic/vpr_config.sh b/f4pga/wrappers/sh/quicklogic/vpr_config.f4pga.sh similarity index 100% rename from f4pga/wrappers/sh/quicklogic/vpr_config.sh rename to f4pga/wrappers/sh/quicklogic/vpr_config.f4pga.sh