URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [run/] [run_coverage_analysis] - Rev 202
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash
# NOTE:
# COVERAGE ANALYSIS IS ONLY AVAILABLE
# IF THE SIMULATION REGRESSION (i.e. run_all script)
# WAS RUN USING "ncverilog" SIMULATOR
# Remove old merged report
rm -rf cov_work/scope/merged_coverage
# Merge all available coverage reports
imc -batch ../bin/cov_iccr_merge.cf
# Launch GUI
imc -gui -load cov_work/scope/merged_coverage
Go to most recent revision | Compare with Previous | Blame | View Log