spectre (vacask) backend: if spiceprefix is set for a component use spiceprefix+name as argument to the quoting q() function in spectre.awk
This commit is contained in:
parent
d7f3980301
commit
c2625014cc
|
|
@ -253,7 +253,7 @@ function process( i,j, iprefix, saveinstr, savetype, saveanalysis)
|
|||
}
|
||||
for(i=1;i<=num;i++)
|
||||
{
|
||||
printf "%s ", indent spiceprefix q(name[i])
|
||||
printf "%s ", indent q(spiceprefix name[i])
|
||||
|
||||
for(j=2;j<=NF;j++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue