From 0d6c84036d18ceb1484def9f6760d0cef9cb2571 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 2 Apr 2020 09:47:13 -0700 Subject: [PATCH] Adjust fudge factor for pin spacing. --- compiler/pgates/pnand3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pgates/pnand3.py b/compiler/pgates/pnand3.py index 3eeba41e..cc6fd0f8 100644 --- a/compiler/pgates/pnand3.py +++ b/compiler/pgates/pnand3.py @@ -223,7 +223,7 @@ class pnand3(pgate.pgate): position="center") # FIXME: constant hack - self.inputA_yoffset = self.inputB_yoffset + 1.15 * m1_pitch + self.inputA_yoffset = self.inputB_yoffset + 1.12 * m1_pitch self.route_input_gate(self.pmos1_inst, self.nmos1_inst, self.inputA_yoffset,