incatalog - test if cell belongs to the catalog file
This software belongs to the ALLIANCE CAD system from the CAO-VLSI team at
ASIM/LIP6/UPMC laboratory.
LIP6/ASIM
University P. et M. Curie
4, place Jussieu
75252 PARIS Cedex 05
FRANCE
Fax : {33/0} 1.44.27.62.86
E-mail support : alliance-support@asim.lip6.fr
#include mut315.h"
int incatalog(figname)
char *figname;
incatalog checks a cell represented by its figname beeing present in the
catalog file with the `C' attribut.
This means that when flattening, the hierachy destruction stops when
encountering a cell belonging to the catalog. This is meant for both logical
and physical views, of course.
The catalog is the sum of all the catalogs of the cells libraries specified
in the MBK_CATA_LIB(1)
and MBK_WORK_LIB(1)
. The catalogs of the
MBK_CATA_LIB(1)
are the files called CATAL, and the MBK_WORK_LIB(1)
is by
default CATAL but can be changed to MBK_CATAL_NAME(1)
.
incatalog returns 0 if the cell does not belong to the catalog with the `C' attribut, a value different from 0 if it does.
#include mut315.h"
char *tell_if_incatalog(name)
char *name;
{
return incatalog(name)
? Jawohl, mein Herr : Nein, danke";
}
mbk(1) , incatalogfeed(3) , incatalogdelete(3) , incataloggds(3) , MBK_CATAL_NAME(1) , MBK_CATA_LIB(1) , MBK_WORK_LIB(1) .
This tool is under development at the ASIM/LIP6/UPMC laboratory, cao-vlsi
research team.
We need your feedbak to improve documentation and tools.
If you find bugs, please fill-in the form at
http://asim.lip6.fr/alliance/support/bug-report/
Thanks for doing this.