Consider diffusion spacing in active offset

This commit is contained in:
mrg 2020-06-09 13:09:52 -07:00
parent 9cc36c6d3a
commit 8c6d5b49be
1 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,8 @@ class ptx(design.design):
nwell_enclose_active = 0
# Use the max of either so that the poly gates will align properly
well_enclose_active = max(pwell_enclose_active,
nwell_enclose_active)
nwell_enclose_active,
self.active_space)
self.active_offset = vector([well_enclose_active] * 2)
# Well enclosure of active, ensure minwidth as well