[Script] Patching the run_fpga_task.py on pin constraint files
This commit is contained in:
parent
e9d29e27e5
commit
8baf60603a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue