Fixed bug with fasm feature splitting.

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-12-11 16:13:07 +01:00
parent 2c391890e3
commit d8e0bb7b31
1 changed files with 11 additions and 9 deletions

View File

@ -193,6 +193,8 @@ def run(
for set_feature in set_features:
feature = set_feature.feature
parts = feature.split(".")
if len(parts) >= 3:
tile, site, tag = feature.split(".", maxsplit=2)
if "IOB33" in tile:
used_iob_sites.add((