Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LibrePDK
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Generator tools
LibrePDK
Commits
cce3cb22
Commit
cce3cb22
authored
2 years ago
by
David Lanzendörfer
Browse files
Options
Downloads
Patches
Plain Diff
MOSFET: Add fingers
parent
904dcbd7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fet.py
+3
-2
3 additions, 2 deletions
fet.py
with
3 additions
and
2 deletions
fet.py
+
3
−
2
View file @
cce3cb22
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment