(19) Summary of the strongest sequence related macro operations in the history of UVM
Summary of the strongest sequence related macro operations in history
1, Sequence macro
The following code is a natural code description of the execution process of the start() method. You can see the sequence relationship and conditions of their execution:
sub_seq.pre_start() (task)
sub_seq.pre_body() (task) if call_pre_pos ...
Posted by the_ut_tick on Fri, 19 Nov 2021 02:04:16 +0100