mirror of https://github.com/openXC7/prjxray.git
Fixed another bug in fasm2frames.
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
f35a52715f
commit
781dc05479
|
|
@ -132,6 +132,7 @@ def run(
|
||||||
pudc_b_tile_site = find_pudc_b(db)
|
pudc_b_tile_site = find_pudc_b(db)
|
||||||
|
|
||||||
def check_for_pudc_b(set_feature):
|
def check_for_pudc_b(set_feature):
|
||||||
|
feature_callback(set_feature)
|
||||||
parts = set_feature.feature.split('.')
|
parts = set_feature.feature.split('.')
|
||||||
|
|
||||||
if parts[0] == pudc_b_tile_site[0] and parts[
|
if parts[0] == pudc_b_tile_site[0] and parts[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue