Quantcast
Channel: UVM SystemVerilog Discussions Forum RSS Feed
Viewing all articles
Browse latest Browse all 410

UVM sequence library

$
0
0

Hi all,

 

I would like to give the test writer the a way to select sequence distribution from a sequence list. I'm using the uvm_sequence_library class in order to control the sequences selection in a simulation.

I saw that the index of a sequence in the library is determined by the order of sequence registration to the library (using `uvm_add_to_seq_lib macro).

Is there a custom way to control the sequences index in the library? use enum or string instead or in addition to the index?

I have multiple tests where each can register its own sequences to the sequence library and may change the index value of a sequence.

 

Thanks,

Eli


Viewing all articles
Browse latest Browse all 410