Using raise and drop objection in scoreboard

In reply to saravanantvs:

You should only raise and lower objections in the test. This is because the objections bracket all of the sequences executed at the test level. You should set the drain time if you need to extend the run_phase to account for data in process. Using phase_ready_to_end() could possibly result in a hanging testbench, whereas adjusting drain time won’t.