You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
Im trying to upcase the @ Variable as following
/*
ctrl2 AUTO_TEMPLATE "\([a-zA-Z]+$\)"
(
.apb_prdata (prdata[`APB_INTC_@_PORT]), // I would like that the @ will be in upper case
.apb_\([a-z]\) (\1_@), // here i need it to be same as grabbed
);
*/
ctrl2
ctrl2_h (/*AUTOINST*/);
ctrl2
ctrl2_l (/*AUTOINST*/);