Remove extra well tap to save area.

This commit is contained in:
mrg 2022-03-07 15:38:25 -08:00
parent f17d661e3a
commit 772fbd6f96
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.add_wells)
add_wells=False)
self.inv = factory.create(module_type="pdriver",
size_list=[self.size],