BullseyeCoverage Up Contents Search

Synopsys ARC MetaWare Development Toolkit

MetaWare IDE

Use the instructions for Eclipse IDE.

Run-Time Library Built Automatically

By default, BullseyeCoverage automatically compiles and adds the run-time library run/libcov-metaware.c to compiler invocations that link an executable. This source implements the small footprint configuration. You can override this behavior by one of the alternatives below.

Saving Coverage

Add a call to cov_dumpData into your program. The output file BullseyeCoverage.data-pid is written in the project directory.

#if _BullseyeCoverage
    cov_dumpData();
#endif

Updated: 16 Aug 2023