mirror of https://github.com/openXC7/prjxray.git
Skip weird tiles on Kintex7 fuzzing.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
472583079a
commit
a575059e69
|
|
@ -30,7 +30,9 @@ def gen_sites():
|
|||
continue
|
||||
|
||||
ioi3 = grid.gridinfo_at_loc((loc.grid_x, loc.grid_y - 1))
|
||||
assert 'IOI3' in ioi3.tile_type
|
||||
|
||||
if 'IOI3' not in ioi3.tile_type:
|
||||
continue
|
||||
|
||||
if ioi3.tile_type.startswith('R'):
|
||||
dx = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue