remove pins overwrite from contact class

This commit is contained in:
Sam Crow 2023-07-18 16:12:42 -07:00
parent aa71785bd5
commit 5907cbb3e2
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ class contact(hierarchy_design):
self.offset = vector(0, 0)
self.implant_type = implant_type
self.well_type = well_type
# Module does not have pins, but has empty pin list.
self.pins = []
self.create_layout()
def create_layout(self):