Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
e4114f4c1e48f37fa493890019a13b82324d57da
/
.
/
tests
/
UnitClass
/
mod.v
blob: 93dfbffa48d261caba5aff341c74efef68ea1a2f [
file
] [
log
] [
blame
]
class
Packet
extends
uvm_transaction
;
function
void
uvm_default_factory
::
print
(
int
all_types
=
1
);
`wrapper("UVM/FACTORY/PRINT",`
UVM_STRING_QUEUE_STREAMING_PACK
(
qs
),
UVM_NONE
)
endfunction
endclass