`ifndef PACKET_SV
`define PACKET_SV
class packet;
rand bit [DSIZE-1:0] data;
rand opt_e opt;
endclass
`endif
packet.sv
最新推荐文章于 2024-11-07 23:57:26 发布
`ifndef PACKET_SV
`define PACKET_SV
class packet;
rand bit [DSIZE-1:0] data;
rand opt_e opt;
endclass
`endif