show more log messages
This commit is contained in:
parent
260bf5c767
commit
d17078338a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user