mirror of https://github.com/VLSIDA/OpenRAM.git
Add dnwell
This commit is contained in:
parent
6493d1a7f4
commit
e611f66767
|
|
@ -326,6 +326,9 @@ class sram_1bank(sram_base):
|
||||||
# they might create some blockages
|
# they might create some blockages
|
||||||
self.add_layout_pins()
|
self.add_layout_pins()
|
||||||
|
|
||||||
|
# Some technologies have an isolation
|
||||||
|
self.add_dnwell(inflate=2)
|
||||||
|
|
||||||
# Route the pins to the perimeter
|
# Route the pins to the perimeter
|
||||||
if OPTS.perimeter_pins:
|
if OPTS.perimeter_pins:
|
||||||
self.route_escape_pins()
|
self.route_escape_pins()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue