Table of Contents

Name

array, GENPAT Package

Origin

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

Synopsys

array("ident","ident", ... ,":nb_space","format","type","ident_group",0);

Parameters

ident
name of a bused connector (output only), a bused signal or a bused register, or for a scalar : name (followed with a number if part of a bused signal) of a connector, a signal or a register.The number of character is limited to 20

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.

format
Specify the format that will be used to represent the value associated to the connectors. X for Hexadecimal, O for Octal and B for Binary.
type
Specify the type of the connectors. R for Register, S for Signal, O for Output.

ident_group
Specify the array's name, the first ident is associated with the lsb of the array.

Description

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.

Examples

array("regt","reg 9",":2","B","R","Y",0);
describes : regt, reg 9.
format : Binary.

type
: Register.

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.

See Also

port(3) , signal(3) , register(3) , genpat(1) , pat(5)

Bug Report

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.


Table of Contents

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 26 May 2000.