register, 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
register("ident","ident", ... ,":nb_space","format","size",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.
Describes a set of internal registers of the same format and size.
register("a","b","c","d",":2","X","3 DOWNTO 0",0);
describes : a 3, a 2, a 1, a 0, b 3, b 2, b 1, b 0, c 3, c 2, c 1, c 0, d
3, d 2, d 1, d 0.
format : Hexadecimal.
each group is separated of the others with 2 blank spaces.
register("toto",":","O","7 TO 11",0);
describes : toto 7, toto 8, toto 9, toto 10, toto 11.
format : Octal.
the group is separated of the following with 0 blank space.
register("ck",":2","B",0);
describes : ck.
format : Binary.
the register ck is separated of the following with 2 blank spaces.
port(3) , signal(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.