billjoy
Member level 1
error [ibc] invalid bounds count + vcs error
use VCS compiler
I need a two dimension array
but VCS can not accept this syntax
EX :
......
....
for(i=0;i<RANGE; i=i+1)
data={chip.mem[127:63],chips.mem[127:63]}
.....
it seems VCS cannot accept a variable i ,
so
Q: How to solve this problem?
use VCS compiler
I need a two dimension array
but VCS can not accept this syntax
EX :
......
....
for(i=0;i<RANGE; i=i+1)
data={chip.mem[127:63],chips.mem[127:63]}
.....
it seems VCS cannot accept a variable i ,
so
Q: How to solve this problem?