vcnvcc
Full Member level 2

Can you help me understanding this
this is what I would like to understand -->
my_counter(my_ByteSel[`my_pointer(i)])
assume that value will take 0 and 1 – only two values.
Thanks..
Code:
my_ByteSel = {8’d3, 8’d3}
WIDTH = 8
my_pointer (value) `WIDTH * (value) +: `WIDTH
Wire [10:0] my_counter;
this is what I would like to understand -->
my_counter(my_ByteSel[`my_pointer(i)])
assume that value will take 0 and 1 – only two values.
Thanks..