[sv-bc] slices of packed arrays


Subject: [sv-bc] slices of packed arrays
From: Karen Pieper (Karen.Pieper@synopsys.com)
Date: Mon Mar 17 2003 - 08:42:19 PST


Hi, all,

         The SV-EC is asking us if the following is legal. There is an
example in the current standard
we need to be sure is correct.

string d[5:1] = { "a", "b", "c", "d", "e" };
string p[*];
p = { d[1:3], "hello", d[4:5] };

K



This archive was generated by hypermail 2b28 : Mon Mar 17 2003 - 08:43:10 PST