D
DReynolds
Guest
I am coding a model and I am wondering if veriloga can do a 2d array?
real foo[4:0]; 1 dimension works
real foo[4:0][7:0]; gives syntax error
but in verilog I believe you can have foo[4:0][7:0]...as of verilog
2001.....
A quick search of this site did not turn up anything.
I would appreciate it if someone could point me in the right
direction.
thanx
David
real foo[4:0]; 1 dimension works
real foo[4:0][7:0]; gives syntax error
but in verilog I believe you can have foo[4:0][7:0]...as of verilog
2001.....
A quick search of this site did not turn up anything.
I would appreciate it if someone could point me in the right
direction.
thanx
David