diff --git a/compiler/sram/sram_1bank.py b/compiler/sram/sram_1bank.py index a6eb9b71..327ce209 100644 --- a/compiler/sram/sram_1bank.py +++ b/compiler/sram/sram_1bank.py @@ -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()