spacing must be two extensions (one for each cell)

This commit is contained in:
mrg
2021-06-04 08:56:06 -07:00
parent cc4c6e909b
commit 53791d79c8
+1 -1
View File
@@ -109,7 +109,7 @@ class dff_buf(design.design):
except AttributeError:
pass
well_spacing += self.well_extend_active
well_spacing += 2 * self.well_extend_active
self.inv1_inst.place(vector(self.dff_inst.rx() + well_spacing, 0))