Skip to content
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

[qucs-s] additional parameters for primitive devices and callbacks support #280

Open
sergeiandreyev opened this issue Nov 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sergeiandreyev
Copy link
Contributor

Environment

OS: Ubuntu 22.04
Qucs-s 24.3.1

Expected Behavior

Primitive library devices have visible parameters that are updated in real-time (using callbacks) based on w/l/other? input settings

Actual Behavior

rfcmim and res devices do not have capacitance nor resistance parameters, only w/l

@sergeiandreyev sergeiandreyev added the enhancement New feature or request label Nov 27, 2024
@Ikram-rs22
Copy link

How to calculate the values of resistance and capacitance from w & l? As far as I know, the sheet resistance of rppd is given between 235-285. Then how would yoi know the actual resistance of rppd? Same with cap_rfcmim.

@sergeiandreyev
Copy link
Contributor Author

Hi @Ikram-rs22, you can check the formulae to calculate resistance for rppd device in the TCL code of xschem symbol:
https://github.com/IHP-GmbH/IHP-Open-PDK/blob/dev/ihp-sg13g2/libs.tech/xschem/sg13g2_pr/rppd.sym
The same for rfcmim - these should be a part of device callback code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants