Hi , I have a quary regarding passing argument . Please consider this case: sequence seq(a, b, n); !a ##1 a[*n] ##1 b[*n]; endsequence property p1; @(posedge clk) (reset ##1 !reset)|=> seq(out[1], out[2], 2); endproperty assert property (p1); Is it a valid case? my doubt is in sequence expression of the sequnce 'seq' 'n' should be constant, in this case 'n' is getting constant value from the actual argument in property expression, so this is valid case,am I correct? Please comment on my understanding from LRM. Thanks SoumyaReceived on Wed Nov 1 04:07:20 2006
This archive was generated by hypermail 2.1.8 : Wed Nov 01 2006 - 04:07:30 PST