Skip weird tiles on Kintex7 fuzzing.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-08-08 12:14:35 -07:00
parent 472583079a
commit a575059e69
1 changed files with 3 additions and 1 deletions

View File

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