In reply to dave_59:
the ethe_item is as below?
class ethe_item extends uvm_object
bit[15:0] length;
bit[7:0] cetype;
…
endclass
what the FRAME report is as below.
for sequence0
FARME[0]:
length 32
cetype 3;
FARME[1]:
length 32
cetype 2;
for sequence1
FARME[0]:
length 32
cetype 6;
FARME[1]:
length 32
cetype 7;