Why Override the Default Sequence for Reactive Slaves in UVM?

Hi Ronen,

First, please read the next post on similar topic of default_sequence usage:

Second, what is the document, book, websites you are following the recommendation to write the reactive slave agent?
Maybe it complaint with OVM methodology?

Answers:

  1. Not necessary, in UVM it is even not recommended.
  2. I would go for the next approach: launch the reactive slave agent sequence using seq.start() method.