mirror of https://github.com/openXC7/prjxray.git
Fix indirection.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
01c359c290
commit
47cc2b0acb
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue