[FLOW] Variable in capital case

This commit is contained in:
Ganesh Gore 2021-07-01 22:26:00 -06:00
parent 81f9dff9ff
commit 1de1f2f2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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":