Hi, Consider the scenario, module top; ........... bit [2:0] arr [ 1:0]; ......... initial arr = '{bit : 1'b1}; // whether output will be 011011 or 111111 endmodule For the above scenario Please can any one tell me whether 1'b1 wiil be assigned to each bit of "bit [2:0]" or to the entire "bit [2:0]" for arr[1] or arr[0]. Most of the standard simulator does not support this scenario. Your response is important for me. Thanks & Regards, Sumay -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Wed Apr 9 05:41:40 2008
This archive was generated by hypermail 2.1.8 : Wed Apr 09 2008 - 05:42:23 PDT