Bug in Verilog::Netlist with two-dimensional arrays.
Replies (1)
(1-1/1)
|
Bug in Verilog::Netlist with two-dimensional arrays.Added by Shareef Jalloq almost 2 years ago Hey, found a syntax checking bug that causes the netlist reader to bomb out with an error. If I declare a 2d array as
then I get a syntax error. But if I use
then all is well. The error is: %Error: my_file.v:232: syntax error, unexpected ']', expecting ':' Exiting due to errors Thanks, Shareef. Replies (1)RE: Bug in Verilog::Netlist with two-dimensional arrays. - Added by Shareef Jalloq almost 2 years agoOops, ignore me. I just realised that this isn't legal syntax - the simulators allow it but the synth tools don't. Sorry. (1-1/1) Loading...
|