From 53791d79c837ae1364f5dbbd3cfea776d7f71275 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 4 Jun 2021 08:56:06 -0700 Subject: [PATCH] spacing must be two extensions (one for each cell) --- compiler/modules/dff_buf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/dff_buf.py b/compiler/modules/dff_buf.py index e8474fed..d979c0fe 100644 --- a/compiler/modules/dff_buf.py +++ b/compiler/modules/dff_buf.py @@ -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))