mounika 10 месяцев назад
Родитель
Сommit
139158f62f
1 измененных файлов: 9 добавлений и 0 удалений
  1. +9
    -0
      axi_seqr.sv

+ 9
- 0
axi_seqr.sv Просмотреть файл

@@ -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

Загрузка…
Отмена
Сохранить