Add INT_INTERFACE filtering.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-27 07:04:09 -08:00
parent 1fb3516435
commit 0bc3d9097b
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ def main():
tile_type_info.get_sites()) == 0:
continue
# INT_INTERFACE tiles likely don't contain configuration? Remove this
# if this ends up false.
if 'INT_INTERFACE' in tile_type:
continue
have_bits = 0
for tile_name, gridinfo in tiles:
total_tile_count += 1