R
Rob
Guest
Xilinx's ISE (v 7.1.04) will not synthesize the following syntax, although
it will compile it. I thought ISE was verilog 2001 compliant? Any thoughts
on how to rectify the problem?
array1[i*CONST +: CONST] <= array1[i*CONST +: CONST] << 1;
it will compile it. I thought ISE was verilog 2001 compliant? Any thoughts
on how to rectify the problem?
array1[i*CONST +: CONST] <= array1[i*CONST +: CONST] << 1;