mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
Consider diffusion spacing in active offset
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user