Drive DUT

Hi All
I want to fetch more than one seq item per cycle in the driver.
And I want tp Drive DUT using few seq item in one cycle
can i use get next item for getting more than one seq item?
How to implement in driver?
Thanks!

In reply to peter:

You can send as many sequence items as you want to the driver; it doesn’t care about how many cycles elapsed between each get, if any. You just need to follow the proper sequence – driver protocol.

Without further details it’s hard to suggest anything that might be a better approach, like bundling smaller items in your sequence item.