La FIFO apres relecture par Alain.
This commit is contained in:
parent
8f5e82763a
commit
7aff03606f
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
SUBDIRS = genlib
|
SUBDIRS = genlib
|
||||||
|
|
||||||
pdfdir = $(prefix)/doc/pdf
|
pdfdir = $(DESTDIR)$(prefix)/doc/pdf
|
||||||
pdf_DATA = genlib.pdf
|
pdf_DATA = genlib.pdf
|
||||||
|
|
||||||
EXTRA_DIST = $(pdf_DATA) \
|
EXTRA_DIST = $(pdf_DATA) \
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
pkghtmldir = $(prefix)/doc/html/@PACKAGE@
|
pkghtmldir = $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
|
||||||
pkghtml_DATA = \
|
pkghtml_DATA = \
|
||||||
./genlib.html \
|
./genlib.html \
|
||||||
./ref_genlib.html \
|
./ref_genlib.html \
|
||||||
|
|
|
@ -169,7 +169,7 @@ CLASS="LITERAL"
|
||||||
CLASS="LITERAL"
|
CLASS="LITERAL"
|
||||||
>datain1</TT
|
>datain1</TT
|
||||||
> : the two write busses. Only one
|
> : 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
|
the <TT
|
||||||
CLASS="LITERAL"
|
CLASS="LITERAL"
|
||||||
>sel</TT
|
>sel</TT
|
||||||
|
@ -209,8 +209,7 @@ CLASS="LITERAL"
|
||||||
CLASS="LITERAL"
|
CLASS="LITERAL"
|
||||||
>rok</TT
|
>rok</TT
|
||||||
> tells
|
> tells
|
||||||
that a word has effectively been popped out of the FIFO (this is
|
that a word has effectively been popped (rok == not empty).
|
||||||
indicate an empty FIFO).
|
|
||||||
</P
|
</P
|
||||||
></LI
|
></LI
|
||||||
><LI
|
><LI
|
||||||
|
@ -228,8 +227,7 @@ CLASS="LITERAL"
|
||||||
CLASS="LITERAL"
|
CLASS="LITERAL"
|
||||||
>wok</TT
|
>wok</TT
|
||||||
> tells
|
> tells
|
||||||
that the word has effectively been pushed in the FIFO (this is
|
that the word has effectively been pushed (wok == not full).
|
||||||
indicate that the FIFO is full).
|
|
||||||
</P
|
</P
|
||||||
></LI
|
></LI
|
||||||
></UL
|
></UL
|
||||||
|
|
|
@ -1,17 +1,22 @@
|
||||||
.\\" auto-generated by docbook2man-spec $Revision: 1.4 $
|
.\" This manpage has been automatically generated by docbook2man
|
||||||
.TH "GENLIB" "1" "29 January 2003" "ASIM/LIP6" "Alliance - genlib User's Manual"
|
.\" 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
|
.SH NAME
|
||||||
genlib \- Procedural design language based upon C.
|
genlib \- Procedural design language based upon C.
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
\fBgenlib\fR is a set of C functions dedicated to procedural
|
\fBgenlib\fR is a set of C functions dedicated to procedural
|
||||||
generation purposes. From a user point of view, genlib is a circuit's
|
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
|
variable use, and specialized functions in order to handle vlsi
|
||||||
objects.
|
objects.
|
||||||
.PP
|
.PP
|
||||||
Based upon the \fBAlliance\fR \fBmbk\fR data structures, the \fBgenlib\fR
|
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
|
and layout views, thus allowing both standard cell and full custom
|
||||||
approachs.
|
approachs.
|
||||||
.SS "NETLIST CAPTURE"
|
.SS "NETLIST CAPTURE"
|
||||||
|
@ -38,7 +43,6 @@ The function calls used to handle the netlist view are :
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBGENLIB_FLATTEN_LOFIG\fR(3)
|
\fBGENLIB_FLATTEN_LOFIG\fR(3)
|
||||||
.PP
|
|
||||||
Some facilities, in order to create vectors are also available :
|
Some facilities, in order to create vectors are also available :
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
|
@ -46,7 +50,6 @@ Some facilities, in order to create vectors are also available :
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBGENLIB_ELM\fR(3)
|
\fBGENLIB_ELM\fR(3)
|
||||||
.PP
|
|
||||||
.SS "STANDARD CELL PLACEMENT"
|
.SS "STANDARD CELL PLACEMENT"
|
||||||
.PP
|
.PP
|
||||||
The following functions allows to define a placement file
|
The following functions allows to define a placement file
|
||||||
|
@ -73,7 +76,6 @@ cell router \fBocr\fR(1) :
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBGENLIB_SC_BOTTOM\fR(3)
|
\fBGENLIB_SC_BOTTOM\fR(3)
|
||||||
.PP
|
|
||||||
.SS "FULL CUSTOM SYMBOLIC LAYOUT"
|
.SS "FULL CUSTOM SYMBOLIC LAYOUT"
|
||||||
.PP
|
.PP
|
||||||
Those functions are dedicated to optimized full custom
|
Those functions are dedicated to optimized full custom
|
||||||
|
@ -89,7 +91,7 @@ see
|
||||||
\fBphcon\fR(1),
|
\fBphcon\fR(1),
|
||||||
\fBphref\fR(1),
|
\fBphref\fR(1),
|
||||||
\fBphins\fR(1)
|
\fBphins\fR(1)
|
||||||
and \fBalc\fR(1).
|
and \fBalc\fR(1)\&.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBGENLIB_DEF_PHFIG\fR(3)
|
\fBGENLIB_DEF_PHFIG\fR(3)
|
||||||
|
@ -201,14 +203,13 @@ and \fBalc\fR(1).
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBGENLIB_WIDTH\fR(3)
|
\fBGENLIB_WIDTH\fR(3)
|
||||||
.PP
|
|
||||||
In order to have information about each of these functions, use
|
In order to have information about each of these functions, use
|
||||||
the online documentation with \fBman\fR(1), as in
|
the online documentation with \fBman\fR(1), as in
|
||||||
\fIman function-name\fR.
|
\fIman function-name\fR\&.
|
||||||
.PP
|
.PP
|
||||||
It is strongly recommended to read some books on C
|
It is strongly recommended to read some books on C
|
||||||
programming, in order to take full advantage of the C flow
|
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.
|
of a \fBgenlib\fR source code.
|
||||||
.SH "ENVIRONMENT VARIABLES"
|
.SH "ENVIRONMENT VARIABLES"
|
||||||
.PP
|
.PP
|
||||||
|
@ -231,31 +232,31 @@ default value : ap
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBMBK_CATA_LIB\fR(1),
|
\fBMBK_CATA_LIB\fR(1),
|
||||||
default value : .
|
default value : \&.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBMBK_WORK_LIB\fR(1),
|
\fBMBK_WORK_LIB\fR(1),
|
||||||
default value : .
|
default value : \&.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
\fBMBK_CATAL_NAME\fR(1),
|
\fBMBK_CATAL_NAME\fR(1),
|
||||||
default value : CATAL
|
default value : CATAL
|
||||||
.PP
|
|
||||||
See the corresponding manual pages for further informations.
|
See the corresponding manual pages for further informations.
|
||||||
.PP
|
.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.
|
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
|
The source file must have a .c extension, but the extension should
|
||||||
not be mentionned on the command line.
|
not be mentionned on the command line.
|
||||||
.PP
|
.PP
|
||||||
The names used in genlib, as arguments to genlib functions,
|
The names used in genlib, as arguments to genlib functions,
|
||||||
should be alphanumerical, including the underscore. They also are not
|
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.
|
or signal can be declareds using the [n:m] construct.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.sp
|
|
||||||
\fBgenlib\fR [ \fB -cklmnv
|
\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 ]
|
\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"
|
.SS "OPTIONS"
|
||||||
.PP
|
.PP
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
|
@ -266,7 +267,7 @@ or signal can be declareds using the [n:m] construct.
|
||||||
\(bu
|
\(bu
|
||||||
[--no-rm-core|-c] : in case of core dump, do not remove
|
[--no-rm-core|-c] : in case of core dump, do not remove
|
||||||
the generated core file. This option must be used with
|
the generated core file. This option must be used with
|
||||||
[--keep-exec|-k].
|
[--keep-exec|-k]\&.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
[--keep-makefile|-m] : do not erase the generated makefile
|
[--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
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
[--no-exec|-n] : do not run the generated program. Should be
|
[--no-exec|-n] : do not run the generated program. Should be
|
||||||
used with [--keep-exec|-k].
|
used with [--keep-exec|-k]\&.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
[--no-verbose|-v] : self explanatory.
|
[--no-verbose|-v] : self explanatory.
|
||||||
|
@ -290,26 +291,24 @@ used with [--keep-exec|-k].
|
||||||
\(bu
|
\(bu
|
||||||
[-e] : all the following arguments are handled to the
|
[-e] : all the following arguments are handled to the
|
||||||
compiled program.
|
compiled program.
|
||||||
.PP
|
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.PP
|
.PP
|
||||||
.PP
|
.PP
|
||||||
Compile and run a file \fIamd2901.c\fR :
|
Compile and run a file \fIamd2901.c\fR :
|
||||||
.sp
|
|
||||||
.nf
|
.nf
|
||||||
genlib -v amd2901
|
genlib -v amd2901
|
||||||
|
|
||||||
.sp
|
|
||||||
.fi
|
.fi
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.PP
|
.PP
|
||||||
\fBmbk\fR(1),
|
\fBmbk\fR(1),
|
||||||
.SH "DIAGNOSTIC"
|
.SH "DIAGNOSTIC"
|
||||||
.PP
|
.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
|
refer to the proper genlib function manual for more. When an error
|
||||||
occur, \fBgenlib\fR left a log file \fI<program>.grr\fR.
|
occur, \fBgenlib\fR left a log file \fI<program>\&.grr\fR\&.
|
||||||
As \fI<program>.c\fR is a C program, all
|
As \fI<program>\&.c\fR is a C program, all
|
||||||
syntatic C error can occurs...
|
syntatic C error can occurs...
|
||||||
.PP
|
.PP
|
||||||
All genlib functions are listed below alphabetically sorted.
|
All genlib functions are listed below alphabetically sorted.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_ADSB2F \- Adder/Substractor Macro-Generator
|
DPGEN_ADSB2F \- Adder/Substractor Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_AND2 \- AND2 Macro-Generator
|
DPGEN_AND2 \- AND2 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_AND3 \- AND3 Macro-Generator
|
DPGEN_AND3 \- AND3 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_AND4 \- AND4 Macro-Generator
|
DPGEN_AND4 \- AND4 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_BUFF \- Buffer Macro-Generator
|
DPGEN_BUFF \- Buffer Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_BUSE \- tristate Macro-Generator
|
DPGEN_BUSE \- tristate Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_CONST \- Constant Macro-Generator
|
DPGEN_CONST \- Constant Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_DFF \- Dynamic Flip-Flop Macro-Generator
|
DPGEN_DFF \- Dynamic Flip-Flop Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_DFFT \- Dynamic Flip-Flop with Scan-Path Macro-Generator
|
DPGEN_DFFT \- Dynamic Flip-Flop with Scan-Path Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_FIFO \- FIFO Macro-Generator
|
DPGEN_FIFO \- FIFO Macro-Generator
|
||||||
|
@ -21,7 +21,7 @@ How it works :
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
datain0 and datain1 : the two write busses. Only one
|
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.
|
the sel signal.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
|
@ -30,13 +30,11 @@ the register word, otherwise it will be datain1\&.
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
r, rok : set r when a word is requested, rok tells
|
r, rok : set r when a word is requested, rok tells
|
||||||
that a word has effectively been popped out of the FIFO (this is
|
that a word has effectively been popped (rok == not empty).
|
||||||
indicate an empty FIFO).
|
|
||||||
.TP 0.2i
|
.TP 0.2i
|
||||||
\(bu
|
\(bu
|
||||||
w, wok : set w when a word is pushed, wok tells
|
w, wok : set w when a word is pushed, wok tells
|
||||||
that the word has effectively been pushed in the FIFO (this is
|
that the word has effectively been pushed (wok == not full).
|
||||||
indicate that the FIFO is full).
|
|
||||||
.SS "TERMINAL NAMES"
|
.SS "TERMINAL NAMES"
|
||||||
.TP 3
|
.TP 3
|
||||||
1.
|
1.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_INV \- Inverter Macro-Generator
|
DPGEN_INV \- Inverter Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_MUX2 \- Multiplexer Macro-Generator
|
DPGEN_MUX2 \- Multiplexer Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NAND2 \- NAND2 Macro-Generator
|
DPGEN_NAND2 \- NAND2 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NAND2MASK \- Programmable Mask Macro-Generator
|
DPGEN_NAND2MASK \- Programmable Mask Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NAND3 \- NAND3 Macro-Generator
|
DPGEN_NAND3 \- NAND3 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NAND4 \- NAND4 Macro-Generator
|
DPGEN_NAND4 \- NAND4 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NBUSE \- Tristate Macro-Generator
|
DPGEN_NBUSE \- Tristate Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NMUX2 \- Multiplexer Macro-Generator
|
DPGEN_NMUX2 \- Multiplexer Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NOR2 \- NOR2 Macro-Generator
|
DPGEN_NOR2 \- NOR2 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NOR2MASK \- Programmable Mask Macro-Generator
|
DPGEN_NOR2MASK \- Programmable Mask Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NOR3 \- NOR3 Macro-Generator
|
DPGEN_NOR3 \- NOR3 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NOR4 \- NOR4 Macro-Generator
|
DPGEN_NOR4 \- NOR4 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_NUL \- Zero Detector Macro-Generator
|
DPGEN_NUL \- Zero Detector Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_OR2 \- OR2 Macro-Generator
|
DPGEN_OR2 \- OR2 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_OR3 \- OR3 Macro-Generator
|
DPGEN_OR3 \- OR3 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_OR4 \- OR4 Macro-Generator
|
DPGEN_OR4 \- OR4 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_RF1, DPGEN_RF1R0 \- Register File Macro-Generator
|
DPGEN_RF1, DPGEN_RF1R0 \- Register File Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_RF1D, DPGEN_RF1DR0 \- Register File with Decoder Macro-Generator
|
DPGEN_RF1D, DPGEN_RF1DR0 \- Register File with Decoder Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_ROM2 \- 2 words ROM Macro-Generator
|
DPGEN_ROM2 \- 2 words ROM Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_ROM4 \- 4 words ROM Macro-Generator
|
DPGEN_ROM4 \- 4 words ROM Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_SFF \- Static Flip-Flop Macro-Generator
|
DPGEN_SFF \- Static Flip-Flop Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_SFFT \- Static Flip-Flop with Scan-Path Macro-Generator
|
DPGEN_SFFT \- Static Flip-Flop with Scan-Path Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_SHIFT \- Shifter Macro-Generator
|
DPGEN_SHIFT \- Shifter Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_XNOR2 \- XNOR2 Macro-Generator
|
DPGEN_XNOR2 \- XNOR2 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_XNOR2MASK \- Programmable Mask Macro-Generator
|
DPGEN_XNOR2MASK \- Programmable Mask Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
DPGEN_XOR2 \- XOR2 Macro-Generator
|
DPGEN_XOR2 \- XOR2 Macro-Generator
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" 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
|
.SH NAME
|
||||||
GENLIB_MACRO \- Interface with all MACRO generators.
|
GENLIB_MACRO \- Interface with all MACRO generators.
|
||||||
|
|
Loading…
Reference in New Issue