Question about the seq_item_max_num

when i use the uvm_config_db set the seq_item_max_num =200 in uvm_test;and using uvm_config_db get at sequence_base;there is a question:when i read the log printing by the scoreboard,there are just 198 packages sent;where are the rest 2 packages?are there any useful debug tools which can print the accurate sent packages’number?

In reply to yongci:

Most likely this is because you ended the test as soon as the last sequence item was sent and did not extend the end of test long enough for the last packet to reach the scoreboard.

See UVM end of test | Verification Academy