In reply to dave_59:
In reply to UVM_LOVE:
“body” was the identifier name chose by the person(s) who wrote that portion of the OVM code. This is reference to the “body” of a task or function, which usually means the procedural statements, or executable implementation of the task/function.
A UVM sequence implements the functor design pattern in SystemVerilog. The sequence object is your pointer and the body() is the function reference.
I just answered your second question in another post.
Dear dave_59,
I’m not familiar with this UVM. I want to know the body() is specific defined as keyword such as a keyword of systemverilog? or just usually be made a name?