26 class apb_sequencer extends uvm_sequencer #(apb_seq_item, apb_seq_item);
37 extern function new(string name="apb_sequencer", uvm_component parent = null);
41 function apb_sequencer::new(string name="apb_sequencer", uvm_component parent = null);
42 super.new(name, parent);
uvm_component_utils(apb_sequencer) new(string name
COnventional UVM component constructor.
Sequencer specialization for use with apb_driver.