-
Notifications
You must be signed in to change notification settings - Fork 109
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
Flipped VOltage Follower Pcell, Analog vibes, Chipathon 2024 #352
base: main
Are you sure you want to change the base?
Conversation
Subhampal9
commented
Nov 24, 2024
- DRC and LVS clean reports are attached
- README is updated
- fvf.py is annotated with comments
1. drc and lvs reports are also attached 2. sample picture of gds is attached 3. README file and annotations in fvf.py are added
added FVF Pcell files, Analog Vibes, Chipathon 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine for now, but if you want to for the future you may consider add labels using the MappedPDK (see slack discussion). We would need to do that as a separate PR, but this looks good
Ok I will check and try to do that. |
top_level = Component(name="flipped_voltage_follower") | ||
|
||
#two fets | ||
if device_type == "nmos": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code duplication can be reduced here since only the function name changes and not the arguments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I am uploading the new file
… based OTA directory