From 1e2163c3a6319964604e7927e6f35b7307c8a532 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 24 Mar 2020 12:40:41 -0700 Subject: [PATCH] Hack for pnand3 pin spacing --- compiler/pgates/pnand3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/pgates/pnand3.py b/compiler/pgates/pnand3.py index 5d6999e6..6f4d2472 100644 --- a/compiler/pgates/pnand3.py +++ b/compiler/pgates/pnand3.py @@ -214,14 +214,14 @@ class pnand3(pgate.pgate): "B", position="center") - self.inputC_yoffset = self.inputB_yoffset - m1_pitch + self.inputC_yoffset = self.inputB_yoffset - 1.25 * m1_pitch self.route_input_gate(self.pmos3_inst, self.nmos3_inst, self.inputC_yoffset, "C", position="center") - self.inputA_yoffset = self.inputB_yoffset + m1_pitch + self.inputA_yoffset = self.inputB_yoffset + 1.25 * m1_pitch self.route_input_gate(self.pmos1_inst, self.nmos1_inst, self.inputA_yoffset,