[sv-bc] Wire array assignment proposal


Subject: [sv-bc] Wire array assignment proposal
From: Peter Flake (Peter.Flake@synopsys.com)
Date: Sun Mar 16 2003 - 10:39:19 PST


ADD TO DRAFT 3 SECTION 4.7 BEFORE "A dynamic array can"

An array of wires can be assigned to an array of variables having the same
number of unpacked dimensions and the same length for each dimension, and
vice-versa.
        wire [31:0] W [9:0];
        assign W = A;
        initial #10 B = W;



This archive was generated by hypermail 2b28 : Sun Mar 16 2003 - 10:42:44 PST