show more log messages

This commit is contained in:
jan 2022-04-07 16:15:12 -07:00
parent 260bf5c767
commit d17078338a

View File

@ -3,6 +3,7 @@ Example code for checking connectivity in a layout by using
`snarled` and `masque`.
"""
from pprint import pformat
import logging
from masque.file import gdsii, oasis
@ -10,6 +11,10 @@ import snarled
import snarled.interfaces.masque
logging.basicConfig()
logging.getLogger('snarled').setLevel(logging.INFO)
connectivity = [
((1, 0), (1, 2), (2, 0)), #M1 to M2 (via V12)
((1, 0), (1, 3), (3, 0)), #M1 to M3 (via V13)