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
|
||||
|
||||
# Skip computing the pitch for non-routing layers
|
||||
if layer_id in ["active", "nwell"]:
|
||||
if layer_id in ["active", "nwell", "pwell"]:
|
||||
continue
|
||||
|
||||
# Add the pitch
|
||||
|
|
|
|||
Loading…
Reference in New Issue