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

15


Namespace Functions

SKILL provides several namespace functions that you can use. For example, you can use namespace functions to create a new namespace, associate symbols with the new or an existing namespace, add or remove symbols to and from a namespace, and also use shadow functions to resolve any name conflicts between symbols within a namespace.

The following is a list of namespace functions.

makeNamespace

findNamespace

useNamespace

unuseNamespace

importSymbol

findSymbol

addToExportList

getSymbolNamespace

removeFromExportList

addToNamespace

shadow

shadowImport

removeShadowImport

unimportSymbol


Return to top
 ⠀
X