From b7e5af9b4b513b091ad1bb9f60dd34d379d1f9f3 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Thu, 2 Nov 2023 19:39:01 +0100 Subject: [PATCH] add inherited_pin[] in make_sym_from_spice.awk --- src/make_sym_from_spice.awk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/make_sym_from_spice.awk b/src/make_sym_from_spice.awk index 1056ea11..f90f1730 100755 --- a/src/make_sym_from_spice.awk +++ b/src/make_sym_from_spice.awk @@ -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