first pass at using klayout method. Many bugs likely remain
This commit is contained in:
parent
0adb5e6cf8
commit
9017984b4b
20 changed files with 560 additions and 1001 deletions
|
|
@ -1,5 +1,3 @@
|
|||
from typing import Union, Tuple, List, Sequence, Optional, Hashable
|
||||
|
||||
layer_t = Hashable
|
||||
contour_t = List[Tuple[int, int]]
|
||||
connectivity_t = Sequence[Tuple[layer_t, Optional[layer_t], layer_t]]
|
||||
lnum_t = tuple[int, int]
|
||||
layer_t = lnum_t | str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue