[FLOW] Variable in capital case
This commit is contained in:
parent
81f9dff9ff
commit
1de1f2f2e2
|
@ -272,7 +272,7 @@ def generate_each_task_actions(taskname):
|
|||
CurrBenchPara["chan_width"] = SynthSection.get(bech_name+"_chan_width",
|
||||
fallback=chan_width_common)
|
||||
for eachKey, eachValue in SynthSection.items():
|
||||
eachKey = eachKey.replace(bech_name+"_","")
|
||||
eachKey = eachKey.replace(bech_name+"_","").upper()
|
||||
CurrBenchPara[eachKey] = eachValue
|
||||
|
||||
if GeneralSection.get("fpga_flow") == "vpr_blif":
|
||||
|
|
Loading…
Reference in New Issue