Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
HEAD
/
.
/
tests
/
SimpleClass1
/
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