Fix indirection.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-10-23 09:32:12 -07:00
parent 01c359c290
commit 47cc2b0acb
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ print('//Requested CLBs: %s' % str(CLBN))
def gen_slices():
for _tile_name, site_name, _site_type in util.gen_sites(['SLICEL',
'SLICEM']):
for _tile_name, site_name, _site_type in util.get_roi().gen_sites(
['SLICEL', 'SLICEM']):
yield site_name