This website works better with JavaScript.
首頁
探索
說明
登入
kalal_mounika
/
axi_code
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
mounika
main
mounika
10 月之前
父節點
f64b3b6482
當前提交
139158f62f
共有
1 個文件被更改
,包括
9 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存