37 uvm_analysis_export <axi_seq_item> request_export;
41 new(
string name, uvm_component parent);
51 super.new(name, parent);
56 super.build_phase(phase);
58 request_export =
new(
"request_export",
this);
63 super.connect_phase(phase);
Normal sequencer with an extra analysis fifo and export.
uvm_tlm_analysis_fifo< axi_seq_item > request_fifo
void connect_phase(uvm_phase phase)
Connects the analysis export and fifo.
new(string name, uvm_component parent)
Constructor.
uvm_component_utils(axi_sequencer) uvm_analysis_export< axi_seq_item > request_export
void build_phase(uvm_phase phase)
Creates the analysis export and analysis fifo.