AXI-Verification architecture, functional coverage and assertions based coverage code
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- `include "uvm_macros.svh"
- import uvm_pkg::*;
- class AXI_SLAVE_SEQR extends uvm_sequencer #(axi_txn));
- `uvm_component_utils( AXI_SLAVE_SEQR)
- function new(string name=" AXI_SLAVE_SEQR",uvm_component parent);
- super.new(name,parent;
- endfunction
- endclass : AXI_SLAVE_SEQR
|