Skip to content

Commit

Permalink
Merge pull request #7 from Saad-Anees1/Saad-Anees1-patch-3
Browse files Browse the repository at this point in the history
Update alu_coverage.sv
  • Loading branch information
Saad-Anees1 authored Aug 26, 2024
2 parents 8830ca1 + 2aabc7e commit 256f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dv/alu_coverage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class alu_coverage extends uvm_subscriber#(alu_seq_item);

function void report_phase(uvm_phase phase);
super.report_phase(phase);
`uvm_info(get_type_name(), $sformatf("Coverage of ALU = %0f", \
`uvm_info(get_type_name(), $sformatf("Coverage of ALU = %0f",
alu_covergroup.get_coverage()), UVM_LOW);
endfunction

Expand Down

0 comments on commit 256f195

Please sign in to comment.