Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

gdmInspectSpec

gdmInspectSpec(
G_gdmSpecId
[ t_namespace ]
)
=> l_comps

Description

Extracts and returns the library name, cell name, view name, and file name from a gdmSpec object, if they exist. The information returned will be in the name space you specify in t_namespace.

Arguments

G_gdmSpecId

The gdmSpec of the object whose library name, cell name, view name, and file name you want to get.

t_namespace

Name space in which the return information is provided. Can be one of the following strings: VHDL, VHDLAMS, Verilog, VerilogA, VerilogAMS, CDBA, Concept, Library, LibraryUnix, LibraryNT, Spectre, SpectreHDL, or Spice. This argument is optional; if you do not provide a value, CDBA is used as the default name space.

Value Returned

l_comps

A list that contains the library name, cell name, view name, and file name, in that order. If any of these elements did not exist in the gdmSpec object, it is represented by nil in the return list.

Related Topics

Name Spaces for Different Data Types


Return to top
 ⠀
X