hi,
I am a newbie for OVM. I read that get() call is equivalent to calling get_next_item, followed immediately by item_done.
So my question if get() does the function which get_next_item() and item_done() together do, then why there is a need for two different functions ?
Thanks