Hi,
I have a list of variables:
logic fuse1
logic fuse2
logic fuse3
.
.
.
I want to create a loop that uses the numbers inside their names as indexes.
how can I do that?
thanks
Ori
Hi,
I have a list of variables:
logic fuse1
logic fuse2
logic fuse3
.
.
.
I want to create a loop that uses the numbers inside their names as indexes.
how can I do that?
thanks
Ori
In reply to oribanin1:
You can’t dynamically create identifier names in a compiled language. Your options are: