In reply to sraja:
HI Dave,
The Following code is working ,
generate
for(genvar i=0;i<3;i++)
begin : assert_array
cp_frs0_rat2_x8_wid8_tx_pa0: cover property (ev_frs0_rat2_x8_wid8_tx_pa0(**2**i**));
end
endgenerate
sequence ev_frs0_rat2_x8_wid8_tx_pa0(bit [63:0] TX_DATA);
@(posedge ickopi_txclk)
.................... iopi_datalane0_txdata[7:0]}== TX_DATA));
endsequence
I can pass the value to TX_DATA parameter.Before sending I want to confirm/print the value to see i am passing particular value.
Can I do it?
-Regards,
-Raja.