arsenal
Full Member level 2
hi, i have declared internal bus in verilog-a as:
electrical [0:262143] cur_a;
...
however, an error is reported in simulation as
" Incompatible bus declaration for "cur_a"
Illegal access "cur_a[8466],
Array index outside the declaration range."
then can someone tell me what is wrong? thank you very much.
electrical [0:262143] cur_a;
...
however, an error is reported in simulation as
" Incompatible bus declaration for "cur_a"
Illegal access "cur_a[8466],
Array index outside the declaration range."
then can someone tell me what is wrong? thank you very much.