diff --git a/alliance/share/man/man3/GENLIB_BUS.3 b/alliance/share/man/man3/GENLIB_BUS.3 index 1ffbc647..dea3ca85 100644 --- a/alliance/share/man/man3/GENLIB_BUS.3 +++ b/alliance/share/man/man3/GENLIB_BUS.3 @@ -1,4 +1,4 @@ -.\" $Id: GENLIB_BUS.3,v 1.2 2000/09/28 15:25:48 fred Exp $ +.\" $Id: GENLIB_BUS.3,v 1.3 2000/11/06 12:08:42 francois Exp $ .\" @(#)GENLIB_BUS.3 2.11 91/08/22; Labo Cao-vlsi; Author : Frederic Petrot .if t \{\ .so man1/alc_contents.mac @@ -33,7 +33,7 @@ Starting index of the set of signal, \fIfrom\fP included \fIto\fP Ending index of the set of signal, \fIto\fP included .SH DESCRIPTION -\fIBUS\fP Creates a set of names, based upon a common name, valid for the +\fIGENLIB_BUS\fP Creates a set of names, based upon a common name, valid for the genlib netlist functions that manipulate the signal, and/or connector, concept. They are: @@ -63,7 +63,7 @@ int e = 12; /\(** Create a figure to work on \(**/ GENLIB_DEF_LOFIG("mycell"); /\(** define interface \(**/ - GENLIB_LOCON(GENLIB_BUS("i", b, e), INPUT, BUS("sig", b, e); + GENLIB_LOCON(GENLIB_BUS("i", b, e), INPUT, GENLIB_BUS("sig", b, e); GENLIB_LOCON("o[2:0]", OUTPUT, "sigout[4:6]"); /\(** Place an instance \(**/ GENLIB_LOINS("model","instance", GENLIB_BUS("sig", e/2), "sigout[6]", EOL); diff --git a/alliance/share/man/man3/GENLIB_LOCON.3 b/alliance/share/man/man3/GENLIB_LOCON.3 index 3a9d4c50..2fd1b620 100644 --- a/alliance/share/man/man3/GENLIB_LOCON.3 +++ b/alliance/share/man/man3/GENLIB_LOCON.3 @@ -1,4 +1,4 @@ -.\" $Id: GENLIB_LOCON.3,v 1.2 2000/09/28 15:25:51 fred Exp $ +.\" $Id: GENLIB_LOCON.3,v 1.3 2000/11/06 12:08:43 francois Exp $ .\" @(#)GENLIB_LOCON.3 2.11 91/08/22; Labo Cao-vlsi; Author : Frederic Petrot .if t \{\ .so man1/alc_contents.mac @@ -50,7 +50,7 @@ as input/output, like supplies or clock for example. if one doesn't know what it is. .TP \fBTRISTATE\fP -as high impedance input. +as high impedance output. .TP \fBTRANSV\fP as transciever. That means \fBTRISTATE\fP input plus output.