mirror of https://github.com/VLSIDA/OpenRAM.git
removed gf180 specific code from ptx
This commit is contained in:
parent
6e2dadeff5
commit
b9570b8ddf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue