ahdlUpdateViewInfo
ahdlUpdateViewInfo(t_lib[?celllt_cell] [?viewlt_view] [?toollt_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
Value Returned
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