-
Notifications
You must be signed in to change notification settings - Fork 100
Corrected issues with rfcmim extraction. #513
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
base: dev
Are you sure you want to change the base?
Conversation
Changed the extracted device model from rfcmim to cap_rfcmim to match spice model. Changed rfmim_sub calculation. Added matching mim_sub connection to parallel cap_rfcmim check. Use custom combiner for both layout and source reduction. Signed-off-by: Mitch Bailey <[email protected]>
Signed-off-by: Mitch Bailey <[email protected]>
Signed-off-by: Mitch Bailey <[email protected]>
@sergeiandreyev please take care |
Hi @d-m-bailey, could you please roll-back this part of the PR:
As you can see, now the LVS regression is failing.. we have different device names for the |
I see. With different model names, I see potential problems. Currently, the klayout rules extract as What is the reason for different model names between simulation and LVS? |
Also changed netgen setup to ignore schematic parameters that are not extracted. Signed-off-by: Mitch Bailey <[email protected]>
first of all, this is done with alignment to commercial PDK, while for the actual reason - let me double check on this internally.. |
Recently, bulk nodes have been added to the poly resistors for simulation. Are there plans to add those to LVS also or do we continue the separate LVS and simulation netlist approach. |
@RTimothyEdwards I added |
…ap_rfcmim Hopefully, this merge includes updates to the github actions that will prevent timeouts. Signed-off-by: Mitch Bailey <[email protected]>
@FaragElsayed2 Can you check the changes to the klayout rule deck? This PR modifies the extraction of the substrate terminal for |
Changed the extracted device model from rfcmim to cap_rfcmim to match spice model.
Changed rfmim_sub calculation.
Added matching mim_sub connection to parallel cap_rfcmim check.
Use custom combiner for both layout and source reduction.
Fixes #512 Also may fix #459 and #418