spice.awk: handle per-instance .subckt lines of vector instances

This commit is contained in:
Stefan Schippers 2024-02-11 16:55:57 +01:00
parent 5f4401258f
commit 87fa701283
1 changed files with 1 additions and 0 deletions

View File

@ -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}