Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schMapMCSettings

schMapMCSettings (
[?rundir x_rundir]
[?mcrundir x_inputdatadir]
[?tgtlibsdir x_targetlibsdir]
[?cellsfile x_cellfilename]
[?tgtprefix x_temptargetlibsprefix]
[?dfntgtlibsbn g_redefinetargetlibs]
) 
=> t

Description

Assigns values to the settings that are used to carry out the batch multicell schematic migration. This SKILL function is equivalent to the Multiple Schematics Mapping – Settings option. In CIW, this option is available in Tools – Migrate.

Arguments

?rundir x_rundir

Name of the working directory.

?mcrundir x_inputdatadir

Name of the input data directory.

?tgtlibsdir x_targetlibsdir

Name of the target library directory.

?cellsfile x_cellfilename

Name of the cell file.

?tgtprefix x_temptargetlibsprefix

Name of the temporary target libaries prefix.

?dfntgtlibsbn g_redefinetargetlibs

Specifies whether to redefine the target libraries.

Value Returned

t

Values are assigned.

Examples

schMapMCSettings(
?rundir "myRunDir"
?mcrundir "myMcRunDir"
?tgtlibsdir "myTgtLibsDir"
?cellsfile "myCellsFile"
?tgtprefix "myPrefix"
?dfntgtlibsbn "yes"
)
=> t

Related Topics

schMapMCCleanup

schMapMCFinalizeTargets

schMapMCCreateTargets

schMapMCSaveSourceData


Return to top
 ⠀
X