cedricfau Posted July 29, 2011 Report Share Posted July 29, 2011 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 Quote Link to comment Share on other sites More sharing options...
jadec Posted August 8, 2011 Report Share Posted August 8, 2011 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.