mirror of https://github.com/VLSIDA/OpenRAM.git
spacing must be two extensions (one for each cell)
This commit is contained in:
parent
cc4c6e909b
commit
53791d79c8
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue