Why creating sequence item object is not required in driver? Only creating an instance of the sequence item is making the simulation run successfully whereas inside monitor creating sequence item is required.
Can you restate your question more clearly? Is something not working? Or is this just for your knowledge?
Drivers don’t need to create sequence_items because they are created by the sequence and then passed to the driver. The monitor is a standalone component which generates sequence_items to send to the scoreboard, so they have to create their own sequence_items.
1 Like
Thanks for your reply.
The question was intended for knowledge purpose.