Creating Library Definitions File
If your design directory does not contain library definitions file, you can do the following:
Creating a New File
To use the File – New command in the library path editor
- In the Select New File Format form, choose one of the following:
- Click OK.
- The library path editor displays blank Library and Path fields.
- Add libraries using the Edit – Add Library command.
- Locate the library to be added and then click OK.
- Create the missing file by choosing File – Save As.
- Click OK to create the library.
Copying an Existing cds.lib file
To copy an existing cds.lib file,
-
Copy the Cadence-supplied
cds.libfile found at the specified location to your work directory. For example, if the location is $CDS_INST_DIR/share/cdssetup/cds.lib, you can copy the existingcds.libfile from this location to your current directory.
Creating a cds.lib file
To create a cds.lib using a text editor.
-
Specify the include statement using the path
INCLUDEyour_install_dir/share/cdssetup/cds.lib, where your_install_dir is the path to the installation directory. -
Specify the library information where you want to add the
cds.libfile using the pathDEFINEyourLibraryNameyour_install_dir/tools/etc/cdslib/libraryName, where yourLibraryName is the name you wish to apply to the library, your_install_dir is the path to your installation directory, and libraryName is the name of the library you are adding to the newcds.libfile.
Names must follow namespace rules. See Name Spaces for Different Data Types for details.
Related Topics
Deleting Libraries From the Library Path Editor
Adding Library to a Library Definition File
Displaying Multiple Library Definitions File
Return to top