mirror of https://github.com/VLSIDA/OpenRAM.git
Ignore unused layers
This commit is contained in:
parent
67a0928303
commit
909321326d
|
|
@ -37,6 +37,8 @@ class pin_layout:
|
|||
# else it is required to be a lpp
|
||||
else:
|
||||
for (layer_name, lpp) in layer.items():
|
||||
if not lpp:
|
||||
continue
|
||||
if self.same_lpp(layer_name_pp, lpp):
|
||||
self.layer = layer_name
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in New Issue