Skip to content

Commit

Permalink
equivalent tiles: added SLICEL equivalent tile
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed May 6, 2019
1 parent 3f1744f commit be517ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions xc7/archs/artix7/tiles/slicel/CMakeLists.txt
Expand Up @@ -3,4 +3,5 @@ project_xray_tile(
TILE SLICEL
SITE_AS_TILE
SITE_TYPES SLICEL/SLICEL0
EQUIVALENT_TILES SLICEM
)
7 changes: 1 addition & 6 deletions xc7/utils/prjxray_physical_tile_import.py
Expand Up @@ -29,18 +29,13 @@
PORT_TAGS = ['input', 'output', 'clock']


# FIXME: For now the prefix is not used as PR https://github.com/SymbiFlow/symbiflow-arch-defs/pull/665
# is not yet merged.
def prefix_name(tile, active=False):
""" Add tile prefix.
This avoids namespace collision when embedding a site (e.g. SLICEL) as a
tile.
"""
if active:
return 'BLK-TL-' + tile

return tile
return 'BLK-TL-' + tile


def object_ref(pb_name, pin_name, pin_idx=None):
Expand Down

0 comments on commit be517ea

Please sign in to comment.