Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
trim print messages
  • Loading branch information
lukasc-ubc committed Feb 24, 2025
1 parent 6fd981a commit b6c8799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klayout_dot_config/python/SiEPIC/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def load_Verification(TECHNOLOGY=None, debug=True):



def load_DFT(TECHNOLOGY=None, debug=True):
def load_DFT(TECHNOLOGY=None, debug=False):
'''
Load Design-for-Test (DFT) rules
These are technology specific (SiEPIC definition, TECHNOLOGY), and located in the technology's folder, named DFT.xml.
Expand Down

0 comments on commit b6c8799

Please sign in to comment.