From 8baf60603a5aeeffe638b1de48b67653d703e3d8 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 2 Jul 2021 15:59:29 -0600 Subject: [PATCH] [Script] Patching the run_fpga_task.py on pin constraint files --- openfpga_flow/scripts/run_fpga_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga_flow/scripts/run_fpga_task.py b/openfpga_flow/scripts/run_fpga_task.py index 9ae4d87c7..7665cfb1b 100644 --- a/openfpga_flow/scripts/run_fpga_task.py +++ b/openfpga_flow/scripts/run_fpga_task.py @@ -275,7 +275,7 @@ def generate_each_task_actions(taskname): for eachKey, eachValue in SynthSection.items(): if bech_name in eachKey: eachKey = eachKey.replace(bech_name+"_", "").upper() - CurrBenchPara["benchVariable"] += [eachKey,eachValue] + CurrBenchPara["benchVariable"] += [f"--{eachKey}", eachValue] if GeneralSection.get("fpga_flow") == "vpr_blif": # Check if activity file exist