Fix missing argument.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-02-12 15:21:51 -08:00
parent 9ccc58b077
commit 52f6f092ce
1 changed files with 1 additions and 1 deletions

View File

@ -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)