add inherited_pin[] in make_sym_from_spice.awk

This commit is contained in:
stefan schippers 2023-11-02 19:39:01 +01:00
parent 234a70d0a3
commit b7e5af9b4b
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
# Generated symbols should be in current directory
BEGIN{
sym_type = "subcircuit" # or "primitive"
inherited_pin["VGND"]=1
inherited_pin["VPWR"]=1
inherited_pin["VNB"]=1
inherited_pin["VPB"]=1
########################## JOIN ##########################
netlist_lines=0
first=1