This website works better with JavaScript.
Home
Explore
Help
Sign In
kalal_mounika
/
axi_code
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
mounika
main
mounika
10 months ago
parent
f64b3b6482
commit
139158f62f
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
axi_seqr.sv
+ 9
- 0
axi_seqr.sv
View 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
Write
Preview
Loading…
Cancel
Save