Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilGetTCovFiles

ilGetTCovFiles( 
) 
=> l_tCovFiles / nil

Description

Returns the list of files processed when you run an application in test coverage mode using the command line option -ilTCov <fileList>.

Arguments

None

Value Returned

l_tCovFiles

List of files processed during SKILL test coverage using the command line option -ilTCov <fileList>.

nil

The test coverage mode is not active.

Examples

If Virtuoso is run in test coverage mode with files file1.il and file2.ils by using the command line option -ilTCov <fileList>, you can use the ilGetTCovFiles function to retrieve the list of files.

virtuoso -ilTCov 'file1.il file2.ils'
ilGetTCovFiles()
=>  ("file1.il file2.ils")

Related Topics

Debug Functions


Return to top
 ⠀
X