From 03fc790395d5836c0f94a06da2917e2790843004 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 22 May 2022 14:47:25 +0800 Subject: [PATCH] [test] bug fix --- openfpga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga.sh b/openfpga.sh index 10dbdcf17..81a6279ad 100755 --- a/openfpga.sh +++ b/openfpga.sh @@ -66,7 +66,7 @@ clean-run () { } clear-task-run () { - $PYTHON_EXEC $OPENFPGA_SCRIPT_PATH/run_fpga_task.py --remove_run_dir all + $PYTHON_EXEC $OPENFPGA_SCRIPT_PATH/run_fpga_task.py "$@" --remove_run_dir all } run-modelsim () {