Skip to content

Question: AUTO_TEMPLATE - upcase char that grabbed from instance name #304

@veripoolbot

Description

@veripoolbot

Author Name: Amir peleg
Original Redmine Message: 399 from https://www.veripool.org


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*/);

Please Advice
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions