This commit is contained in:
FriedrichWu 2024-07-30 16:11:40 +02:00
parent e3170abd01
commit 725c4423cf
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class sram():
self.s.create_layout_recrusive(position_add=i)
except AssertionError as e:
supply_route_not_found = True
if i == 99:# failed in rounting
if i == (99 + OPTS.word_size):# failed in rounting
debug.error("Failed in rounting", -1)
break