some comments in spice.awk

This commit is contained in:
stefan schippers 2025-09-19 18:42:47 +02:00
parent 2d81de2166
commit 318323267c
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ function process( i,j, iprefix, saveinstr, savetype, saveanalysis)
} else {
# handle uncommon primitives that have a prefix before the device name
if(tolower($1) in special_devs) {
# YDELAY ?1 Rda[4],Rda[3],Rda[2],Rda[1],Rda[0] ?1 softrst[4],softrst[3],...
devprefix = $1
num = split($3, name, ",")
$1 = ""