removed gf180 specific code from ptx

This commit is contained in:
SWalker 2023-11-07 01:01:05 -08:00
parent 6e2dadeff5
commit b9570b8ddf
1 changed files with 0 additions and 4 deletions

View File

@ -130,7 +130,6 @@ class ptx(design):
area_sd = 2.5 * self.poly_width * self.tx_width
perimeter_sd = 2 * self.poly_width + 2 * self.tx_width
# self.channel_length = drc("minlength_channel") if OPTS.tech_name != "gf180mcu" else drc("minlength_channel_" + self.tx_type)
self.channel_length = drc("minlength_channel")
if cell_props.ptx.model_is_subckt:
# sky130
@ -199,9 +198,6 @@ class ptx(design):
directions=("V", "V"),
dimensions=(1, self.num_contacts))
if OPTS.tech_name == "gf180mcu":
self.poly_width = self.channel_length
# This is the extra poly spacing due to the poly contact to poly contact pitch
# of contacted gates
extra_poly_contact_width = self.poly_contact.width - self.poly_width