mirror of https://github.com/VLSIDA/OpenRAM.git
added pwell as a non-routing layer
This commit is contained in:
parent
b9fd172e44
commit
7ce11eba52
|
|
@ -187,7 +187,7 @@ class layout():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Skip computing the pitch for non-routing layers
|
# Skip computing the pitch for non-routing layers
|
||||||
if layer_id in ["active", "nwell"]:
|
if layer_id in ["active", "nwell", "pwell"]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Add the pitch
|
# Add the pitch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue