addrdsrecwindow - adds a rectangle in the windowing of rds structure.
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 rwinnn.h"
void addrdsrecwindow( Rectangle, RdsWindow )
rdsrec_list *Rectangle;
rdswindow *RdsWindow;
The addrdsrecwindow function inserts a rdsrec_list rectangle structure in the windowing of the rds structure. The rectangle is added in one or many windows of the table (it depends on his dimensions). The field `USER' of the rectangle is used to point to the list of windows which contains the rectangle. So, the field `USER' has to be saved in an added structure to the rdsrec_list structure if librfm functions are used because somes use the field `USER' to link rectangles (see librds about field `USER').
Note If the rectangle is contained in only one window, then the field `USER' points to a rdswin_list window structure. If the rectangle is contained in many windows, the field `USER' points to a rdsrecwin_list structure which is a list which contains windows.
To know if a rectangle belongs to one or many windows, use the macro IsRd_sOneWindow defined in librwi.
none
Rds202: rdsalloc error, can't continue !" it's impossible to allocate the memory size desired
#include mutnnn.h"
#include rdsnnn.h"
#include rwinnn.h"
#include rtlnnn.h"
ScanRecWin = ScanRecWin->NEXT;
}
}
. . .
}
librwi, delrdsrecwindow
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.