Garden Cadence: Creating a New Part


Warning: This is a DRAFT document in it's early stages!!!!

I. Getting Set Up

For this example, assume that you wish to create a part named 'part_name' and that this part will be added to a library that resides in '/cadence/lib/mylib'. It is probably most convenient that you start concept from this directory. Within this directory, your own version of the following files (click on the filenames for an example file): These files will differ from user to user, but there are some specific attributes that you should add to these files. Your startup.concept file should contain the command:
use mylib.wrk
your mylib.wek file should contain the line:
"NEWPARTS LIBRARY" 'newpartslibrary';
and your compiler.cmd file should contain the line:
ROOT_DRAWING "NEWPARTS LIBRARY" ;


II. Creating the body of a new part


III. Creating the "drawing" file.


IV. Creating the chips_prt file.


For more information...

You can find more info on creating other types of parts in the Concept: Digital Library Guide available online through 'openbook'.