Guest
Is there any way to declare a vector that consists of vectors?
I mean, if I type "input[7:0] r;" then i get r[0], r[1], ...., r[7]
where each r[] is a scalar, right?
But is there any way to make each r[] a vector so that I get something
similar to two-dimensional array in C or Java?
I mean, if I type "input[7:0] r;" then i get r[0], r[1], ...., r[7]
where each r[] is a scalar, right?
But is there any way to make each r[] a vector so that I get something
similar to two-dimensional array in C or Java?