mirror of https://github.com/openXC7/prjxray.git
Fix missing argument.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
9ccc58b077
commit
52f6f092ce
|
|
@ -19,7 +19,7 @@ def gen_sites():
|
|||
ys = []
|
||||
for site, site_type in gridinfo.sites.items():
|
||||
if site_type == 'BUFGCTRL':
|
||||
x, y = xy_fun()
|
||||
x, y = xy_fun(site)
|
||||
xs.append(x)
|
||||
ys.append(y)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue