소스 검색

axi_coverage

main
charan 9 달 전
부모
커밋
c89259794f
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      axi_coverage.sv

+ 11
- 0
axi_coverage.sv 파일 보기

@@ -0,0 +1,11 @@
class axi_coverage extends uvm_subscriber#(sequence_item);
`uvm_component_utils(axi_coverage);
axi_seq_item txn;
covergroup axi_cvrg;
@(posedge clk)
coverpoint awlen{ bins b1[]={[1,3,7,15]};}
coverpoint awsize{ bins b2[]={[1:7]};}
coverpoint awburst{ bins b3[]={0,1,2};
ignore_bins b31={3};}
endgroup

불러오는 중...
취소
저장