Jump to content

Share a sequence between several sequencers


Recommended Posts

Hi,

I would like to know if there is a way to share a sequence between several sequencers. For example i have several SPI interfaces and i would like to define a default sequence "doable" on all the SPI interfaces.

But i seem limited by the constructs of OVM macro : ovm_sequence_utils(my_seq,spi_sequencer);

I use OVM 2.4.

Thank you

Cedric

Link to comment
Share on other sites

  • 2 weeks later...

This macro only selects the "type" of sequencer for which the sequence is registered. I would expect you'll have multiple instances of the spi_sequencer but only one type. However, even if you have different types of sequencer, you can still run the sequence on any sequencer that shares its configured sequence_item type.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...