Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbRemasterAnyInst

dbRemasterAnyInst(
d_instId 
d_newMasterCvId 
[ t_paramReset ]
) 
=> t / nil

Description

Remasters the specified instance to the specified master cellview.

Arguments

d_InstId

Database ID of an instance.

d_newMasterCvId

Database ID of the new master cellview.

t_paramReset

Valid parameter reset value. The default is "unknown".

Value Returned

t

The specified instance is remastered to the specified cellview.

nil

The operation failed.

Example

Remasters the instance inst to the master cellview master2.

master1 = dbOpenCellViewByType("lib" "master1" "schematic")
inst = dbCreateInst(cv master1 "inst" list(3 4) "R0" 1)
master2 = dbOpenCellViewByType("lib" "master2" "schematic")
dbRemasterAnyInst(inst master2)

Related Topics

Remaster SKILL Functions

dbUpdateCellNameInInstNamePrefixDuringRemaster

resetOnRemaster

resetLibList


Return to top
 ⠀
X