You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/uri/p/tt10-oscillating-bones/tt/precheck/precheck.py", line 223, in main
check()
File "/home/uri/p/tt10-oscillating-bones/tt/precheck/precheck.py", line 211, in <lambda>
lambda: pin_check(gds_file, lef, template_def, top_module, uses_3v3),
^^^^^^^^
NameError: cannot access free variable 'uses_3v3' where it is not associated with a value in enclosing scope
This happens since uses_3v3 is only defined when args.template_def is None
The text was updated successfully, but these errors were encountered:
The error:
This happens since
uses_3v3
is only defined whenargs.template_def
is NoneThe text was updated successfully, but these errors were encountered: