diff --git a/compiler/pgates/pand2.py b/compiler/pgates/pand2.py index b8d1feed..ab601096 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.add_wells) + add_wells=False) self.inv = factory.create(module_type="pdriver", size_list=[self.size],