Sharmistha Rakshit wrote: > Hi , > Thanks for the links given regarding queue operator issue. > But I haven't found any answer to my third query there. > <snip> >> >> 3.Is the following case valid ? >> >> module T; int b[4:0]; >> int c; >> int a[4:0] = '{b[3:0],c} ; >> endmodule It is not valid because .. 1> b[3:0] is not assignment compatible with a[4]. 2> Number of elements in assignment pattern doesn't match with that of unpacked array a. Krishanu -- "When I have to rely on inadequacy, I prefer it to be my own." --Richard HeathfieldReceived on Fri May 26 02:26:41 2006
This archive was generated by hypermail 2.1.8 : Fri May 26 2006 - 02:26:46 PDT