mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 04:11:47 +02:00
Add no well option. Add stack gates vertical option.
This commit is contained in:
@@ -56,7 +56,8 @@ class pbuf(pgate.pgate):
|
||||
|
||||
self.inv2 = factory.create(module_type="pinv",
|
||||
size=self.size,
|
||||
height=self.height)
|
||||
height=self.height,
|
||||
add_wells=False)
|
||||
self.add_mod(self.inv2)
|
||||
|
||||
def create_insts(self):
|
||||
|
||||
Reference in New Issue
Block a user