mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 14:06:54 +02:00
Skip weird tiles on Kintex7 fuzzing.
Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user