tree: 308421a85f87dddf5f32fc65bb7cfc7c8bf1e48e [path history] [tgz]
  1. software/
  2. src/
  3. syn/
  4. test/
  5. .gitignore
  6. README.md
src/Testcases/BlackParrot/bp_top/README.md

make & view coverage reports

1. To monitor coverage, include COVERAGE=VCS option during simulation.

For instance:

    $ make TEST_ROM=median_rom.v TRACE_ROM=median_rom.tr.v COVERAGE=VCS bp_single_trace_demo.run.v
2. To generate coverage reports, run the following command:
    $ make COVERAGE=VCS urg

This command will generate reports in both html and txt format. You can view reports in bp_top/syn/coverage_reports folder.

3. Editing signal and module coverage of Coverage reports

In file coverage.hier, I specify signals excluded from coveage report.