From 87fa701283d1c560bf5edfc9155d1bbc89c4790e Mon Sep 17 00:00:00 2001 From: Stefan Schippers Date: Sun, 11 Feb 2024 16:55:57 +0100 Subject: [PATCH] spice.awk: handle per-instance .subckt lines of vector instances --- src/spice.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spice.awk b/src/spice.awk index 16da5753..4d3f5ce6 100755 --- a/src/spice.awk +++ b/src/spice.awk @@ -36,6 +36,7 @@ BEGIN{ special_devs["ypowergridbranch"] = 1 special_devs["yacc"] = 1 special_devs[".model"] = 1 + special_devs[".subckt"] = 1 while( (ARGV[1] ~ /^[-]/) || (ARGV[1] ~ /^$/) ) { if(ARGV[1] == "-xyce") { xyce = 1}