mirror of https://github.com/openXC7/prjxray.git
Disabled renaming ILOGIC to IOB, code formatting.
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
b02c0f5135
commit
ebf88a8430
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue