azam wrote:
> Hi,
> Could some body suggest me how to achieve this.
> for {set x 3} { $x < 48} {incr x} {virtual signal {slot<<
> $x>>_mlc_rspaddr & "000000"} slot<<$x>>_mlc_rspaddr_full}
> Expected O/P:
> slot3_mlc_rspaddr - slot3_mlc_rspaddr_full
> :
> :
> slot47_mlc_rspaddr - slot3_mlc_rspaddr_full
> Basically creating a new string slot<<with the for loop variable
>>>***_full
You want to use something like "slot${x}_mlc_rspaddr"