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

MOSFET: Add fingers

parent 904dcbd7
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,9 @@ class FET(LibrePDKStructure):
LibrePDKStructure.__init__(self, config, name)
self.have_bulk_tap = have_bulk_tap # enable tap for bulk
self.W = dims[0]
self.L = dims[1]
self.N = dims[0]
self.W = dims[1]
self.L = dims[2]
self.conlayer_name = config.get_pad_connection_layer() if contact_to is None else contact_to # Alternative contact layer
......
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