Skip to content
Snippets Groups Projects
Commit b495e249 authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Remove old code

Delete commented code
parent bcc6a131
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ class StripResistor(LibrePDKStructure):
def add_contacts(self, r):
ret = gf.Component(self.name+"_tapped")
#r = r.move([-r.xmin,-r.ymin])
pad = ViaStripe(self.config, self.name+"_CONTACT", self.layer, self.width, self.width, self.contact_to, less_vias=True)
mx = pad.xsize
my = (pad.ysize-r.ysize)/2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment