In reply to dave_59:
Yes actually I have a value of one packed array fixed to say 9 , I have another packed array whose value changes continuously as it is an output from a Soc , I need to continuously monitor the value of this packed array …till this output gets equal to the value I want, I should wait.
Also out of curiosity is there some means we can monitor every change in the value of packed array like we have @(var) in verilog.