From 53e4c45038469d8464818be801f67e47acec975e Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 23 Feb 2022 09:30:31 -0800 Subject: [PATCH] Add tap to nand in pnand --- compiler/pgates/pand2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pgates/pand2.py b/compiler/pgates/pand2.py index 7e8f4043..b8d1feed 100644 --- a/compiler/pgates/pand2.py +++ b/compiler/pgates/pand2.py @@ -32,7 +32,7 @@ class pand2(pgate.pgate): def create_modules(self): self.nand = factory.create(module_type="pnand2", height=self.height, - add_wells=self.vertical) + add_wells=self.add_wells) self.inv = factory.create(module_type="pdriver", size_list=[self.size],