I wrote a code to initialize an packed associative array in the following fashion.
int msize = $urandom_range(20) ;
bit [0:3] [0:msize] mem [int] ;
But, it is showing error like : "Illegal operand for constant expression"
What is the alternative for this one.