mirror of https://github.com/VLSIDA/OpenRAM.git
Add extra dnwell spacing for single port
This commit is contained in:
parent
ef733bb7aa
commit
958f5e45bb
|
|
@ -334,7 +334,7 @@ class sram_1bank(sram_base):
|
||||||
self.add_layout_pins()
|
self.add_layout_pins()
|
||||||
|
|
||||||
# Some technologies have an isolation
|
# Some technologies have an isolation
|
||||||
self.add_dnwell(inflate=2)
|
self.add_dnwell(inflate=2.5)
|
||||||
|
|
||||||
# We need the initial bbox for the supply rings later
|
# We need the initial bbox for the supply rings later
|
||||||
# because the perimeter pins will change the bbox
|
# because the perimeter pins will change the bbox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue