Disabled renaming ILOGIC to IOB, code formatting.

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-11-25 13:24:14 +01:00
parent b02c0f5135
commit ebf88a8430
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ def run():
for param_list in data:
for params in param_list:
loc = verilog.unquote(params["SITE_LOC"])
loc = loc.replace("ILOGIC", "IOB")
get_xy = util.create_xy_fun('IOB_')
x, y = get_xy(loc)