None for layer means unused.

This commit is contained in:
Matt Guthaus
2019-11-26 13:34:39 -08:00
parent 04045cf672
commit b71d630643
3 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ GDS["zoom"] = 0.5
# create the GDS layer map
layer={}
layer["vtg"] = (-1, 0)
layer["vth"] = (-1, 0)
layer["vtg"] = None
layer["vth"] = None
layer["pwell"] = (41, 0)
layer["nwell"] = (42, 0)
layer["active"] = (43, 0)