Class uvm_pkg::uvm_simple_sequence
Collaboration Diagram of uvm_simple_sequence
Constructors
- new(string name = "uvm_simple_sequence")
new
- Parameters:
name (string)
Functions
- create(string name = "")
- Parameters:
name (string)
- Return type:
- get_type_name()
Tasks
- body()
body
×
CLASS- uvm_simple_sequence
This sequence simply executes a single sequence item.
The item parameterization of the sequencer on which the uvm_simple_sequence is executed defines the actual type of the item executed.
The uvm_simple_sequence class is a built-in sequence that is preloaded into every sequencer's sequence library with the name "uvm_simple_sequence".
See <uvm_sequencer #(REQ,RSP)> for more information on running sequences.