mirror of https://github.com/VLSIDA/OpenRAM.git
remove pins overwrite from contact class
This commit is contained in:
parent
aa71785bd5
commit
5907cbb3e2
|
|
@ -66,8 +66,6 @@ class contact(hierarchy_design):
|
||||||
self.offset = vector(0, 0)
|
self.offset = vector(0, 0)
|
||||||
self.implant_type = implant_type
|
self.implant_type = implant_type
|
||||||
self.well_type = well_type
|
self.well_type = well_type
|
||||||
# Module does not have pins, but has empty pin list.
|
|
||||||
self.pins = []
|
|
||||||
self.create_layout()
|
self.create_layout()
|
||||||
|
|
||||||
def create_layout(self):
|
def create_layout(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue