Query: rflattenlofig
OS: x11r4
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RFLATTENLOFIG(3) MBK LOGICAL UTILITY FUNCTIONS RFLATTENLOFIG(3)NAMErflattenlofig - recursivly flatten a figureORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mlu.h" void rflattenlofig(ptfig, concat, catal) lofig_list *ptfig; char concat; char catal;PARAMETERSptfig Pointer to a logical figure concat Name generation mode catal End level choiceDESCRIPTIONrflattenlofig recursivly flattens all the instances of the figure pointed to by ptfig. The concat argument can take either the value YES in which case the name of the objects comming from instances are named insname'X'object- name, where 'X' is the caracter set int the MBK_SEPAR(1) environment variable, or the value NO, and then the object name remains inchanged. This is quite dangerous since name unicity is no more warrantied, and may cause the flatten to fail. See MBK_SEPAR(1), mbkenv(3) and con- catname(3) for details. The catal argument may be set to NO, in which case flattening stops at the transistor level, all hierachies and instances have desapeard, only terminal elements remains. If set to YES, flattening stops when it encounters an instance model beeing present in the catalog file, set by the MBK_CATAL_NAME(1) environment variable. See MBK_CATAL_NAME(1) and incatalog(3) for details.ERRORSNo errors can directly result from a call to rflattenlofig, but since it uses many other mbk functions, it may be a good error starting point.EXAMPLE#include "mlu.h" void flatten_my_amd2901() { loins_list *pt; pt = getlofig("my_amd2901", 'A'); rflattenlofig(pt, YES, YES); pt->NAME = "my_flattened_amd2901"; savelofig(pt); }SEE ALSOmbk(1), incatalog(3), mbkenv(3), lofig(3), addlofig(3), getlofig(3), dellofig(3), loadlofig(3), savelofig(3), flattenlofig(3), MBK_CATAL_NAME(1).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 RFLATTENLOFIG(3)
Related Man Pages |
---|
rflattenphfig(3) - debian |
rflattenlofig(3) - x11r4 |
flattenphfig(3) - x11r4 |
rflattenphfig(3) - opendarwin |
rflattenphfig(3) - centos |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |