From ff785569f0ef9a76d240b68d45263f2b79f9a8c5 Mon Sep 17 00:00:00 2001 From: komaljaved-rs Date: Thu, 1 Jul 2021 16:23:55 +0500 Subject: [PATCH] updated ci_test --- ci_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_test.sh b/ci_test.sh index bd0ac8e3e..0c3d8d166 100755 --- a/ci_test.sh +++ b/ci_test.sh @@ -15,7 +15,7 @@ for dir in RTL_Benchmark/*; do export design_path=${OPENFPGA_PATH}/$FILE export design_top=$top_file echo "design = $design_path" - python3 openfpga_flow/scripts/run_ci_tests.py ci_tests + python3 $OPENFPGA_PATH/openfpga_flow/scripts/run_ci_tests.py ci_tests else echo -e "${RED}Top file not found. Make sure design exists${ENDCOLOR}" exit 1