applyrdssym - applies a transformation to a rectangle from a model
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 rutnnn.h"
void applyrdssym( X, Y, Dx, Dy, Xins, Yins, Sym )
long *X;
long *Y;
long *Dx;
long *Dy;
long Xins;
long Yins;
char Sym;
The applyrdssym function sets coordinates of a rectangle (which belongs to a model) relative to the figure which contains the instance of this model. When the field `MODE' of a figure is set to the value `A' then only the figure and its instances empty are loaded in memory. So, if the user wants to load a rectangle of an instance in memory, he has to get the model of the instance and use the applyrdssym function. For mode information about loading modes of a figure in memory, see librds.
The coordinates (X,Y,DX,DY) of the rectangle are modified.
none
#include mphnnn.h"
#include mutnnn.h"
#include rdsnnn.h"
#include rutnnn.h"
#include rtlnnn.h"
typedef struct UserStruct
{
void *USER1;
} UserStruct;
main()
{
rdsfig_list *Figure;
rdsfig_list *Instance;
rdsfig_list *InstanceModel;
rdsrec_list *Rectangle;
rdsrec_list *InsRectangle;
librut, librds, addrdsins, addrdsinsrec
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.