Hi,
Can anyone please add clarity for the purpose of UVM macro field:
`uvm_field_event( <field_name>, )
(copy, compare, pack, record, print)
Any example for usage?
Thanks,
Tsach
A SystemVerilog event can be used like a class handle to point to an event variable. It makes sense to copy or compare event handles, but not much else.
I’ve never seen anyone use this macro, and in general, we recommend avoiding using any of the field automation macros.