mirror of https://github.com/openXC7/prjxray.git
Fixed bug with fasm feature splitting.
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
2c391890e3
commit
d8e0bb7b31
|
|
@ -193,6 +193,8 @@ def run(
|
||||||
|
|
||||||
for set_feature in set_features:
|
for set_feature in set_features:
|
||||||
feature = set_feature.feature
|
feature = set_feature.feature
|
||||||
|
parts = feature.split(".")
|
||||||
|
if len(parts) >= 3:
|
||||||
tile, site, tag = feature.split(".", maxsplit=2)
|
tile, site, tag = feature.split(".", maxsplit=2)
|
||||||
if "IOB33" in tile:
|
if "IOB33" in tile:
|
||||||
used_iob_sites.add((
|
used_iob_sites.add((
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue