La FIFO apres relecture par Alain.

This commit is contained in:
Jean-Paul Chaput 2004-07-30 10:06:13 +00:00
parent 8f5e82763a
commit 7aff03606f
42 changed files with 1046 additions and 1054 deletions

View File

@ -1,7 +1,7 @@
SUBDIRS = genlib
pdfdir = $(prefix)/doc/pdf
pdfdir = $(DESTDIR)$(prefix)/doc/pdf
pdf_DATA = genlib.pdf
EXTRA_DIST = $(pdf_DATA) \

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
pkghtmldir = $(prefix)/doc/html/@PACKAGE@
pkghtmldir = $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
pkghtml_DATA = \
./genlib.html \
./ref_genlib.html \

View File

@ -169,7 +169,7 @@ CLASS="LITERAL"
CLASS="LITERAL"
>datain1</TT
> : the two write busses. Only one
is used to actually write the register word, it is selected by
is used to actually write the FIFO, it is selected by
the <TT
CLASS="LITERAL"
>sel</TT
@ -209,8 +209,7 @@ CLASS="LITERAL"
CLASS="LITERAL"
>rok</TT
> tells
that a word has effectively been popped out of the FIFO (this is
indicate an empty FIFO).
that a word has effectively been popped (rok == not empty).
</P
></LI
><LI
@ -228,8 +227,7 @@ CLASS="LITERAL"
CLASS="LITERAL"
>wok</TT
> tells
that the word has effectively been pushed in the FIFO (this is
indicate that the FIFO is full).
that the word has effectively been pushed (wok == not full).
</P
></LI
></UL

View File

@ -1,17 +1,22 @@
.\\" auto-generated by docbook2man-spec $Revision: 1.4 $
.TH "GENLIB" "1" "29 January 2003" "ASIM/LIP6" "Alliance - genlib User's Manual"
.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "GENLIB" "1" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
genlib \- Procedural design language based upon C.
.SH "DESCRIPTION"
.PP
\fBgenlib\fR is a set of C functions dedicated to procedural
generation purposes. From a user point of view, genlib is a circuit's
description language that allows standard C programming flow control,
description language that allows standard C programming flow control,
variable use, and specialized functions in order to handle vlsi
objects.
.PP
Based upon the \fBAlliance\fR \fBmbk\fR data structures, the \fBgenlib\fR
language gives the user the ability to describe both netlist
language gives the user the ability to describe both netlist
and layout views, thus allowing both standard cell and full custom
approachs.
.SS "NETLIST CAPTURE"
@ -38,7 +43,6 @@ The function calls used to handle the netlist view are :
.TP 0.2i
\(bu
\fBGENLIB_FLATTEN_LOFIG\fR(3)
.PP
Some facilities, in order to create vectors are also available :
.TP 0.2i
\(bu
@ -46,7 +50,6 @@ Some facilities, in order to create vectors are also available :
.TP 0.2i
\(bu
\fBGENLIB_ELM\fR(3)
.PP
.SS "STANDARD CELL PLACEMENT"
.PP
The following functions allows to define a placement file
@ -73,7 +76,6 @@ cell router \fBocr\fR(1) :
.TP 0.2i
\(bu
\fBGENLIB_SC_BOTTOM\fR(3)
.PP
.SS "FULL CUSTOM SYMBOLIC LAYOUT"
.PP
Those functions are dedicated to optimized full custom
@ -89,7 +91,7 @@ see
\fBphcon\fR(1),
\fBphref\fR(1),
\fBphins\fR(1)
and \fBalc\fR(1).
and \fBalc\fR(1)\&.
.TP 0.2i
\(bu
\fBGENLIB_DEF_PHFIG\fR(3)
@ -201,14 +203,13 @@ and \fBalc\fR(1).
.TP 0.2i
\(bu
\fBGENLIB_WIDTH\fR(3)
.PP
In order to have information about each of these functions, use
the online documentation with \fBman\fR(1), as in
\fIman function-name\fR.
\fIman function-name\fR\&.
.PP
It is strongly recommended to read some books on C
programming, in order to take full advantage of the C flow
control possibilities, as it may greatly reduce the size
control possibilities, as it may greatly reduce the size
of a \fBgenlib\fR source code.
.SH "ENVIRONMENT VARIABLES"
.PP
@ -231,31 +232,31 @@ default value : ap
.TP 0.2i
\(bu
\fBMBK_CATA_LIB\fR(1),
default value : .
default value : \&.
.TP 0.2i
\(bu
\fBMBK_WORK_LIB\fR(1),
default value : .
default value : \&.
.TP 0.2i
\(bu
\fBMBK_CATAL_NAME\fR(1),
default value : CATAL
.PP
See the corresponding manual pages for further informations.
.PP
In order to compile and execute a \fBgenlib\fR file, one has to
In order to compile and execute a \fBgenlib\fR file, one has to
call \fBgenlib\fR with one argument, that is the \fBgenlib\fR source file.
The source file must have a .c extension, but the extension should
not be mentionned on the command line.
.PP
The names used in genlib, as arguments to genlib functions,
should be alphanumerical, including the underscore. They also are not
case sensitive, so VDD is equivalent to vdd. Vectorized connectors
case sensitive, so VDD is equivalent to vdd\&. Vectorized connectors
or signal can be declareds using the [n:m] construct.
.SH "SYNOPSIS"
.sp
\fBgenlib\fR [ \fB -cklmnv
\fR ] [ \fB--no-rm-core\fR ] [ \fB--keep-makefile\fR ] [ \fB--keep-exec\fR ] [ \fB--keep-log\fR ] [ \fB--no-exec\fR ] [ \fB--verbose\fR ] \fBprogram\fR [ \fB-e \fIprogram_args\fB\fR ]
\fBgenlib\fR [ \fB -cklmnv
\fR ] [ \fB--no-rm-core\fR ] [ \fB--keep-makefile\fR ] [ \fB--keep-exec\fR ] [ \fB--keep-log\fR ] [ \fB--no-exec\fR ] [ \fB--verbose\fR ] \fBprogram\fR [ \fB-e \fIprogram_args\fB\fR ]
.SS "OPTIONS"
.PP
.TP 0.2i
@ -266,7 +267,7 @@ or signal can be declareds using the [n:m] construct.
\(bu
[--no-rm-core|-c] : in case of core dump, do not remove
the generated core file. This option must be used with
[--keep-exec|-k].
[--keep-exec|-k]\&.
.TP 0.2i
\(bu
[--keep-makefile|-m] : do not erase the generated makefile
@ -282,7 +283,7 @@ completion (the log is keeped after a faulty run).
.TP 0.2i
\(bu
[--no-exec|-n] : do not run the generated program. Should be
used with [--keep-exec|-k].
used with [--keep-exec|-k]\&.
.TP 0.2i
\(bu
[--no-verbose|-v] : self explanatory.
@ -290,26 +291,24 @@ used with [--keep-exec|-k].
\(bu
[-e] : all the following arguments are handled to the
compiled program.
.PP
.SH "EXAMPLES"
.PP
.PP
Compile and run a file \fIamd2901.c\fR :
.sp
.nf
genlib -v amd2901
.sp
.fi
.SH "SEE ALSO"
.PP
\fBmbk\fR(1),
.SH "DIAGNOSTIC"
.PP
Many errors may occur while executing the source file, so
Many errors may occur while executing the source file, so
refer to the proper genlib function manual for more. When an error
occur, \fBgenlib\fR left a log file \fI<program>.grr\fR.
As \fI<program>.c\fR is a C program, all
occur, \fBgenlib\fR left a log file \fI<program>\&.grr\fR\&.
As \fI<program>\&.c\fR is a C program, all
syntatic C error can occurs...
.PP
All genlib functions are listed below alphabetically sorted.

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_ADSB2F" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_ADSB2F" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_ADSB2F \- Adder/Substractor Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_AND2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_AND2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_AND2 \- AND2 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_AND3" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_AND3" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_AND3 \- AND3 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_AND4" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_AND4" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_AND4 \- AND4 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_BUFF" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_BUFF" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_BUFF \- Buffer Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_BUSE" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_BUSE" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_BUSE \- tristate Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_CONST" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_CONST" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_CONST \- Constant Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_DFF" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_DFF" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_DFF \- Dynamic Flip-Flop Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_DFFT" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_DFFT" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_DFFT \- Dynamic Flip-Flop with Scan-Path Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_FIFO" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_FIFO" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_FIFO \- FIFO Macro-Generator
@ -21,7 +21,7 @@ How it works :
.TP 0.2i
\(bu
datain0 and datain1 : the two write busses. Only one
is used to actually write the register word, it is selected by
is used to actually write the FIFO, it is selected by
the sel signal.
.TP 0.2i
\(bu
@ -30,13 +30,11 @@ the register word, otherwise it will be datain1\&.
.TP 0.2i
\(bu
r, rok : set r when a word is requested, rok tells
that a word has effectively been popped out of the FIFO (this is
indicate an empty FIFO).
that a word has effectively been popped (rok == not empty).
.TP 0.2i
\(bu
w, wok : set w when a word is pushed, wok tells
that the word has effectively been pushed in the FIFO (this is
indicate that the FIFO is full).
that the word has effectively been pushed (wok == not full).
.SS "TERMINAL NAMES"
.TP 3
1.

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_INV" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_INV" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_INV \- Inverter Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_MUX2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_MUX2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_MUX2 \- Multiplexer Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NAND2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NAND2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NAND2 \- NAND2 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NAND2MASK" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NAND2MASK" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NAND2MASK \- Programmable Mask Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NAND3" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NAND3" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NAND3 \- NAND3 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NAND4" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NAND4" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NAND4 \- NAND4 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NBUSE" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NBUSE" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NBUSE \- Tristate Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NMUX2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NMUX2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NMUX2 \- Multiplexer Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NOR2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NOR2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NOR2 \- NOR2 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NOR2MASK" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NOR2MASK" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NOR2MASK \- Programmable Mask Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NOR3" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NOR3" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NOR3 \- NOR3 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NOR4" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NOR4" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NOR4 \- NOR4 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_NUL" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_NUL" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_NUL \- Zero Detector Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_OR2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_OR2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_OR2 \- OR2 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_OR3" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_OR3" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_OR3 \- OR3 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_OR4" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_OR4" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_OR4 \- OR4 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_RF1" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_RF1" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_RF1, DPGEN_RF1R0 \- Register File Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_RF1D" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_RF1D" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_RF1D, DPGEN_RF1DR0 \- Register File with Decoder Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_ROM2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_ROM2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_ROM2 \- 2 words ROM Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_ROM4" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_ROM4" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_ROM4 \- 4 words ROM Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_SFF" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_SFF" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_SFF \- Static Flip-Flop Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_SFFT" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_SFFT" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_SFFT \- Static Flip-Flop with Scan-Path Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_SHIFT" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_SHIFT" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_SHIFT \- Shifter Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_XNOR2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_XNOR2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_XNOR2 \- XNOR2 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_XNOR2MASK" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_XNOR2MASK" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_XNOR2MASK \- Programmable Mask Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "DPGEN_XOR2" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "DPGEN_XOR2" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
DPGEN_XOR2 \- XOR2 Macro-Generator

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "GENLIB_MACRO" "3" "22 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.TH "GENLIB_MACRO" "3" "30 July 2004" "ASIM/LIP6" "Alliance - genlib User's Manual"
.SH NAME
GENLIB_MACRO \- Interface with all MACRO generators.