Skip to content

Commit

Permalink
debugging verilator_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Apr 23, 2024
1 parent 3f25f74 commit 8040cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Generate Reports
run: |
echo "Merging Coverage Data..."
verilator_coverage -write-info riscof_work/coverage.info -read riscof_work/rv64i_m/*/src/*/dut/coverage.dat
verilator_coverage --write-info riscof_work/coverage.info riscof_work/rv64i_m/*/src/*/dut/coverage.dat
echo "Generating HTML Coverage Report..."
genhtml riscof_work/coverage.info -o riscof_work/coverage.html
Expand Down

0 comments on commit 8040cb0

Please sign in to comment.