-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjusting Metal1 for symetrical CMOS Pcells. #83
base: main
Are you sure you want to change the base?
Conversation
…ases and Makefile used for testing
…f the resistor devices.
Fixing Resistor Models to work properly for ngspice
Adding drop down menu for klayout
Fixing all resistor issues.
Adding missing Metaltop rules MT.2b and MT30.6
@christoph-weiser It's advisable to actually open your PRs on: |
Modifying models regression
Signed-off-by: Amro Tork <74936860+atorkmabrains@users.noreply.github.com>
Signed-off-by: Amro Tork <74936860+atorkmabrains@users.noreply.github.com>
…new main definitions
modifying diode model regression
Optimizing some rules in mdn table till mdn4
Signed-off-by: Amro Tork <74936860+atorkmabrains@users.noreply.github.com>
Drc regression
@FaragElsayed2 Could you please check if we have addressed this? |
@atorkmabrains I will check that once I get the klayout Pcells back. |
Thanks @FaragElsayed2 |
Any chance you could rebase against head? |
@FaragElsayed2 Could we rebase against main? |
@atorkmabrains Rebase what ? This branch |
@FaragElsayed2 Yes, please. I think the Pcells has changed. |
@QuantamHD I don't believe we can do this at our end. @christoph-weiser Could you please rebase? |
Fixes #82
Change description
Adjusted Metal1 for the "right" side of the Pcell for both NMOS and PMOS. It appears a single statement was missing that caused both NMOS and PMOS devices to by asymmetrical.
Improvements
This bugfix is important because it is otherwise not possible to combine drain/source areas for multi finger transistors and also because Pcell generated devices should be symmetrical.
Tests
Hand selected measurements verifying the correct placement of Metal1 + DRC run using the ruleset from this repository.