pdaPDKname

under the same provider name; the pdk_name should be unique.
The pdk_name at the start (just below the xsi:noNamespaceSchemaLocation defines the design kit name and is intended as a relatively short name. It should be unique enough to avoid confusion by designers and thus not conflict with names of other provides.
This is also key for possible multi-chip(let) designs, where the pdk_names are key to identify what combinations are in use in a design.
The name is slightly more general then the pdaIdentifier. In text this is a letter or number, followed by letters, numbers or underscore. The check is regular expression: [A-Za-z0-9]([A-Za-z0-9_])*

Structure

This element is simple - it does not have attributes or elements. The text that fills up the ... is value used.


<pdaPDKname> ... </pdaPDKname>

XSD

The schema file can be downloaded or viewed at xPDK_Base.

Details