defab - defines the abutment box of a phfig
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 mph402.h"
void defab(ptfig, x1, y1, x2, y2)
phfig_list *ptfig;
long x1, x2, y1, y2;
defab redefines the abutment box of the figure pointed to by ptfig. It overwrite any existing value in the XAB1, YAB1, XAB2 and YAB2 by the given arguments.
#include mph402.h"
void add_half_rules(fig)
phfig_list *fig;
{
defab(fig, fig->XAB1 + HALF_RULE, fig->YAB1 + HALF_RULE,
fig->XAB2 + HALF_RULE, fig->YAB2 + HALF_RULE);
}
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.