Add tap to nand in pnand

This commit is contained in:
mrg 2022-02-23 09:30:31 -08:00
parent abac5a11ab
commit 53e4c45038
1 changed files with 1 additions and 1 deletions

View File

@ -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],