Skip to content

Spice reader: .global should not add pin if the signal isn't used in a subcircuit #565

Description

@klayoutmatthias

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.

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions