mirror of https://github.com/VLSIDA/OpenRAM.git
Consider diffusion spacing in active offset
This commit is contained in:
parent
9cc36c6d3a
commit
8c6d5b49be
|
|
@ -216,7 +216,8 @@ class ptx(design.design):
|
||||||
nwell_enclose_active = 0
|
nwell_enclose_active = 0
|
||||||
# Use the max of either so that the poly gates will align properly
|
# Use the max of either so that the poly gates will align properly
|
||||||
well_enclose_active = max(pwell_enclose_active,
|
well_enclose_active = max(pwell_enclose_active,
|
||||||
nwell_enclose_active)
|
nwell_enclose_active,
|
||||||
|
self.active_space)
|
||||||
self.active_offset = vector([well_enclose_active] * 2)
|
self.active_offset = vector([well_enclose_active] * 2)
|
||||||
|
|
||||||
# Well enclosure of active, ensure minwidth as well
|
# Well enclosure of active, ensure minwidth as well
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue