mirror of https://github.com/VLSIDA/OpenRAM.git
Only expand implants in sky130
This commit is contained in:
parent
ba92467fec
commit
da900b89ba
|
|
@ -192,6 +192,7 @@ class pgate(design.design):
|
||||||
width=self.width + 2 * self.well_extend_active,
|
width=self.width + 2 * self.well_extend_active,
|
||||||
height=pwell_height)
|
height=pwell_height)
|
||||||
|
|
||||||
|
if OPTS.tech_name == "sky130":
|
||||||
self.extend_implants()
|
self.extend_implants()
|
||||||
|
|
||||||
def add_nwell_contact(self, pmos, pmos_pos):
|
def add_nwell_contact(self, pmos, pmos_pos):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue