TCov Report Files
When the SKILL session is over and SKILL exits, three report files for SKILL Test Coverage listed below are written out.
ilTCovSummary
A summary report that shows the percentage of expressions and functions that were executed. After the results, untested functions or functions that were not called are listed. This file is written either to the directory from which the SKILL executable was started or to a directory specified with -ilTCovDir.
<fileName>.tcov
A tcov file for each source file or source file in a context showing each function definition and the expressions that were executed. This file is placed in the directory containing the source code or in a directory specified with -ilTCovDir.
tCov mode for context files is supported only for Cadence-generated context files, which are located in the dfII installation hierarchy. Each context source has a file named startup.il, which needs to be loaded in -ilTCov mode.<fileName>.d
A temporary file used to collect data across multiple runs. This file is placed in the directory containing the source code or in a directory specified with -ilTCovDir.
Related Topics
Command Line Interface for SKILL Profiler
Return to top