spice.awk: handle per-instance .subckt lines of vector instances
This commit is contained in:
parent
5f4401258f
commit
87fa701283
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue