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

ilMergeTCovData

ilMergeTCovData( 
l_tCovDirs
t_resultDir
) 
=> t

Description

Merges tCov files from several directories and stores them in a single directory.

Arguments

l_tCovDirs

List of directories with tCov data. Each element in the list must be a string.

t_resultDir

The name of resulting tCov directory where the merged data is stored.

Value Returned

t

Always returns t.

Examples

To merge the tCov data in ./tCov and ./tCov2 and store the merged versions in ./merged_tCovData

ilMergeTCovData('("./tCov" 
"./tCov2") "./merged_tCovData")
=> t

Related Topics

Debug Functions


Return to top
 ⠀
X