MAJ
This commit is contained in:
parent
3459e9ec12
commit
96251e7f14
|
@ -1,4 +1,4 @@
|
||||||
.\" $Id: catal.5,v 1.2 2002/10/09 19:54:19 xtof Exp $
|
.\" $Id: catal.5,v 1.3 2002/12/11 14:29:03 xtof Exp $
|
||||||
.\" @(#)catal.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot
|
.\" @(#)catal.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot
|
||||||
.TH CATAL 5 "October 1, 1997" "ASIM/LIP6" "ALLIANCE FILE FORMATS"
|
.TH CATAL 5 "October 1, 1997" "ASIM/LIP6" "ALLIANCE FILE FORMATS"
|
||||||
.if t \{\
|
.if t \{\
|
||||||
|
@ -9,17 +9,6 @@ catal
|
||||||
.XE \}
|
.XE \}
|
||||||
.SH NAME
|
.SH NAME
|
||||||
catal \- catalog file format
|
catal \- catalog file format
|
||||||
.SH SYNOPSYS
|
|
||||||
.nf
|
|
||||||
.if n \{\
|
|
||||||
.ft B \}
|
|
||||||
.if t \{\
|
|
||||||
.ft CR \}
|
|
||||||
#include <mutnnn.h>
|
|
||||||
$MBK_WORK_LIB/$MBK_CATAL_NAME
|
|
||||||
($MBK_CATA_LIB)/$MBK_CATAL_NAME
|
|
||||||
.ft R
|
|
||||||
.fi
|
|
||||||
.so man1/alc_origin.1
|
.so man1/alc_origin.1
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.TP
|
.TP
|
||||||
|
@ -29,30 +18,24 @@ corresponding to the \fIAlliance\fP predefined cell libraries.
|
||||||
Each library is in one unix directory.
|
Each library is in one unix directory.
|
||||||
.RS
|
.RS
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIsclib\fP
|
\fIsxlib\fP
|
||||||
standard cell library
|
standard cell library
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIdplib\fP
|
\fIdp_sxlib\fP
|
||||||
data-path compiler library
|
data-path compiler library
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIgrlib\fP
|
\fIrflib\fP
|
||||||
register file generator library
|
registers library
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIbslib\fP
|
\fIramlib\fP
|
||||||
barrel shifter generator library
|
ram library
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIgalib\fP
|
\fIromlib\fP
|
||||||
fast adder generator library
|
rom library
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIrolib\fP
|
\fIpadlib\fP
|
||||||
high speed rom generator library
|
pads lib
|
||||||
.TP 20
|
.TP 20
|
||||||
\fIralib\fP
|
|
||||||
static ram generator library
|
|
||||||
.PP
|
|
||||||
Only the standart cell library \fBsclib\fP(1) is available in the Alliance 1.1
|
|
||||||
release.
|
|
||||||
.LP
|
|
||||||
For each library, a special file named \fBCATAL\fP describes the library
|
For each library, a special file named \fBCATAL\fP describes the library
|
||||||
contents.
|
contents.
|
||||||
This file must be in the same directory as the library cells.
|
This file must be in the same directory as the library cells.
|
||||||
|
@ -90,9 +73,7 @@ It is used by the symbolic to real translation tool, \fBs2r\fP(1), to
|
||||||
make direct replacements.
|
make direct replacements.
|
||||||
.TP
|
.TP
|
||||||
\fBF\fP
|
\fBF\fP
|
||||||
this attribut means that the cell is used as a feed through by a router.
|
this attribut means that the cell is used as a feed through.
|
||||||
For example, the standard cell router, \fBscr\fP(1), will use such cells to
|
|
||||||
fill gaps in the cells rows.
|
|
||||||
.TP
|
.TP
|
||||||
\fBD\fP
|
\fBD\fP
|
||||||
this attribut is used only in the user defined catalog.
|
this attribut is used only in the user defined catalog.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $Id: ring.1,v 1.3 2002/11/21 15:15:29 xtof Exp $
|
.\" $Id: ring.1,v 1.4 2002/12/11 14:30:34 xtof Exp $
|
||||||
.\" @(#)Labo.l 0.0 90/22/08 UPMC;
|
.\" @(#)Labo.l 0.0 90/22/08 UPMC;
|
||||||
.TH RING 1 "October 1, 1997" "ASIM/LIP6" "ALLIANCE USER COMMANDS"
|
.TH RING 1 "October 1, 1997" "ASIM/LIP6" "ALLIANCE USER COMMANDS"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -310,7 +310,7 @@ In order to obtain the routed circuit (chipr.ap):
|
||||||
genlib(1)
|
genlib(1)
|
||||||
lvx(1)
|
lvx(1)
|
||||||
ocp(1)
|
ocp(1)
|
||||||
ocr(1)
|
nero(1)
|
||||||
druc(1)
|
druc(1)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue