DAToolsExamplesDoc.tioga
Bland, May 13, 1987 4:37:59 pm PDT
Bertrand Serlet August 19, 1987 3:55:48 pm PDT
A Simple Cedar Program from the DATools World
CEDAR 7.0 — FOR INTERNAL XEROX USE ONLY
A Simple Cedar Program from the DATools World
Lissy Bland
© Copyright 1987 Xerox Corporation. All rights reserved.
Abstract: This is a simple Cedar program that uses some of the important interfaces from the DATools. The program registers a new command with ChipNDale whose purpose is to write the result of Sisyph's circuit extraction to a file. The default filename is cellName.coreList.
Created by: Christain LeCocq and Lissy Bland
Maintained by: Lissy Bland <Bland.pa>
Keywords: Cedar example
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
1. Purpose
The purpose of this program is to provide new members of the Design and Architecture Area of CSL a modest example CEDAR program that uses some of the important interfaces from the DATools world. The program illustrates the use of the CDCommandOps.RegisterWithMenu to register a new command on the OSpace menu.
2. Program Components
All the files necessary to execute this program are contained in [DATools]<DATools7.0>Top>DAToolsExamples.df. The first part of this DF file lists the files that are part of the package implementation. Note the following:
1. Documentation for all packages is required. It is generally the first file listed in the DF file.
2. To be safe, the .install file should install every package that is not contained in the [Cedar]<Cedar7.0> directory. That means all required packages from CedarChest7.0 and DATools7.0 would have to be installed. However, in the DATools world, very simple packages are probably safe to simply install Extract before running their package. This is because Extract is likely to install everything a simple package will need.
The second part of this DF file lists the files that are used by the program. These files must be imported.
3. Bruce Wagar's addition
A simple hack counting layout transistors.