K
kb33
Guest
Hi,
When one synthesizes arrays, Synplicity gives a whole bunch of
warnings about arrays not being included in the sensitivity list (see
example below). I was wondering if these warnings really serve any
purpose and what is the best way to suppress them (other that defining
a long single vector instead of the array, which would not be feasible
in most cases).
@W: CG290 :"C:\Documents and Settings\Class_A\Src_files\bit.v":
342:18:342:28|Referenced variable var_c_array is not in sensitivity
list
The array is defined as:
reg [3:0] var_c_array[0:23]
Thanks
Kanchan
When one synthesizes arrays, Synplicity gives a whole bunch of
warnings about arrays not being included in the sensitivity list (see
example below). I was wondering if these warnings really serve any
purpose and what is the best way to suppress them (other that defining
a long single vector instead of the array, which would not be feasible
in most cases).
@W: CG290 :"C:\Documents and Settings\Class_A\Src_files\bit.v":
342:18:342:28|Referenced variable var_c_array is not in sensitivity
list
The array is defined as:
reg [3:0] var_c_array[0:23]
Thanks
Kanchan