array, GENPAT Package
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
array("ident","ident", ... ,":nb_space","format","type","ident_group",0);
nb_space Specify the number of blank space between each group of value. 0,1,2,3,4,5,6,7,8,9 or nothing.
ident_group
Specify the array's name, the first ident is associated with the
lsb of the array.
Describes a set of vectors of the same format and type. The vectors may be either PORT, REGISTER or SIGNAL, ( for a PORT only the mode OUT is allowed). The vectors may have been yet declared.
array("regt","reg 9",":2","B","R","Y",0);
describes : regt, reg 9.
format : Binary.
each group is separated of the others with 2 blank spaces.
identifier : Y
if regt is not yet declared or declared of size 1 :
regt is associated with Y 0, reg 9 is associated with Y 1.
if regt is yet declared of size n :
regt is associated with Y 0 TO n, reg is associated with Y n+1.
port(3) , signal(3) , register(3) , genpat(1) , pat(5)
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.