spice netlist: when m=1 (device/subckt multiplicity) dont set it in device netlist lines (redundant and in some cases not accepted)
This commit is contained in:
parent
2c2f9e6954
commit
ee796ff369
|
|
@ -90,8 +90,8 @@ END{
|
|||
$1 = ""
|
||||
$0 = ".print " $0
|
||||
}
|
||||
gsub(/ [mM] *= *1 *$/,"") # xyce does not like m=# fields (multiplicity) removing m=1 is no an issue anyway
|
||||
}
|
||||
gsub(/ [mM] *= *1 *$/,"") # removing m=1 is no an issue anyway
|
||||
process()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue