add inherited_pin[] in make_sym_from_spice.awk
This commit is contained in:
parent
234a70d0a3
commit
b7e5af9b4b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue