Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

ahdlUpdateViewInfo

ahdlUpdateViewInfo(
t_lib 
[ ?cell lt_cell ]
[ ?view lt_view ]
[ ?tool lt_tool ] 
)

Description

Updates cells and cellviews created with releases earlier than 4.4.2 so that the cells and cellviews can use cellview-specific parameters and parameter values. During the update, ahdlUpdateViewInfo, parses the Verilog-A or SpectreHDL modules that define the specified cellviews, issues any necessary error messages and updates the cellview CDF information.

Arguments

t_lib

The name of the library to be updated.

?cell lt_cell

An optional name or list of names of cells to be updated. If lt_cell is omitted, the function updates every veriloga and ahdl cellview in the library.

?view lt_view

An optional name or list of names of cellviews to be updated. If lt_view is omitted, the function updates every veriloga and ahdl cellview associated with the specified cell.

?tool lt_tool

An optional keyed argument added in order to copy the termMapping from the tool simInfo. If not specified, no copy takes place.

Value Returned

None

Examples

Updates all the veriloga and ahdl cellviews in a library.

ahdlUpdateViewInfo("myLibrary")

Updates three cells in a library.

ahdlUpdateViewInfo("myLibrary" ?cell "res" "cmp" "opamp")

Updates the specified cellview.

ahdlUpdateViewInfo("myLibrary" ?cell "res" ?view "veriloga")

Return to top
 ⠀
X