Add dnwell

This commit is contained in:
mrg 2021-05-25 13:26:01 -07:00
parent 6493d1a7f4
commit e611f66767
1 changed files with 3 additions and 0 deletions

View File

@ -326,6 +326,9 @@ class sram_1bank(sram_base):
# they might create some blockages
self.add_layout_pins()
# Some technologies have an isolation
self.add_dnwell(inflate=2)
# Route the pins to the perimeter
if OPTS.perimeter_pins:
self.route_escape_pins()