We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
.global VDD VDDA VSS .subckt inv A Z MN N0 A VSS VSS NMOS W=1u L=1u MP N0 A VDD VDD PMOS W=2u L=1u .ends inv
In this case, VDDA should not be made a pin for the inv subcircuit.
The text was updated successfully, but these errors were encountered:
Fixed #565 (SPICE global nets must not produce pins if not present)
f5fdfb9
3246e0d
Fixed #565 (SPICE global nets must not produce pins if not present) (#…
5126c6f
…567) * Fixed #565 (SPICE global nets must not produce pins if not present) * Fixed unit tests.
klayoutmatthias
No branches or pull requests
Example:
In this case, VDDA should not be made a pin for the inv subcircuit.
The text was updated successfully, but these errors were encountered: