mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
spacing must be two extensions (one for each cell)
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user