V
very_very_log
Guest
The following operations can be performed on packed arrays, but not on
unpacked arrays.
The examples provided with these rules assume that A is an array.
-- Assignment from an integer, e.g., A = 8'b11111111;
-- Treatment as an integer in an expression, e.g., (A + 3)
Why so ?
I found the LRM a little unclear on the above.
Can somebody explain ?
unpacked arrays.
The examples provided with these rules assume that A is an array.
-- Assignment from an integer, e.g., A = 8'b11111111;
-- Treatment as an integer in an expression, e.g., (A + 3)
Why so ?
I found the LRM a little unclear on the above.
Can somebody explain ?