P
Pete
Guest
I'm having problems with the nc-verilog tool. The following line of
code:
foo[7:0] <= {addr[0][15:8]};
generates a "illegal concatenation syntax" error with version
5.00-p001.
I'm using the +ncieee1364 option on the command line.
This code compiles and runs with modelsim. Is there another switch I
should be using with nc-verilog?
Thanks,
Pete
code:
foo[7:0] <= {addr[0][15:8]};
generates a "illegal concatenation syntax" error with version
5.00-p001.
I'm using the +ncieee1364 option on the command line.
This code compiles and runs with modelsim. Is there another switch I
should be using with nc-verilog?
Thanks,
Pete