snehal.saini
Newbie level 6
[Design Compiler] single foreach_in_collection loop for 2 sets of collections
I wanted to traverse through two sets of collections with a single foreach_in_collection. i wanted something like:
for (i=0;i<10;i++)
{
A = B;
}
A & B are the 2 collections i have.
Can anyone please help me to write a tcl script for this in Design Compiler?
I wanted to traverse through two sets of collections with a single foreach_in_collection. i wanted something like:
for (i=0;i<10;i++)
{
A = B;
}
A & B are the 2 collections i have.
Can anyone please help me to write a tcl script for this in Design Compiler?