`ifndef PACKET_SV
`define PACKET_SV
class packet;
rand bit [DSIZE-1:0] data;
rand opt_e opt;
endclass
`endif
`ifndef PACKET_SV
`define PACKET_SV
class packet;
rand bit [DSIZE-1:0] data;
rand opt_e opt;
endclass
`endif