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:
stefan schippers 2026-05-27 23:39:56 +02:00
parent d7f3980301
commit c2625014cc
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{