mounika 5 mesi fa
parent
commit
139158f62f
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      axi_seqr.sv

+ 9
- 0
axi_seqr.sv Vedi File

@@ -0,0 +1,9 @@
class axi_seqr extends uvm_sequencer #(seq_item);

`uvm_component_utils(axi_seqr)
function new(string name="axi_seqr",uvm_component parent);
super.new(name,parent);
endfunction

endclass

Caricamento…
Annulla
Salva