Correct spelling errors (courtesy of klemens/ka7).
This commit is contained in:
parent
d61700ab9f
commit
d8c05cd022
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# This file is used to remove experimental tools from a complete
|
||||
# cvs checkout of the alliance cvs tree. It should be lauched
|
||||
# cvs checkout of the alliance cvs tree. It should be launched
|
||||
# in the same directory where you did the `cvs co alliance'
|
||||
#
|
||||
# $Id: .asim,v 1.10 2003/11/27 15:17:44 xtof Exp $
|
||||
|
|
|
@ -38,7 +38,7 @@ Alliance naming scheme:
|
|||
- sources: alliance-XXX-YYY.tar.gz
|
||||
where:
|
||||
XXX = Alliance version number. eg 5.0
|
||||
YYY = Alliance release number, wich is the date of the build. eg 20020624
|
||||
YYY = Alliance release number, which is the date of the build. eg 20020624
|
||||
|
||||
- binaries: alliance-XXX-YYY-ZZZ.KKK
|
||||
where:
|
||||
|
@ -144,7 +144,7 @@ This explains how to proceed from the Alliance CVS tree.
|
|||
> cvs update -d -P
|
||||
|
||||
2/ Remove some directories from the Alliance tree. These directories
|
||||
contain tools that may be helpfull but are not maintained anymore,
|
||||
contain tools that may be helpful but are not maintained anymore,
|
||||
so they will likely not compile.
|
||||
Assuming Alliance sources reside in "~fred/alliance", do:
|
||||
> cd src
|
||||
|
|
|
@ -19,7 +19,7 @@ This file discuss about installation of Alliance on Mac OS X machines.
|
|||
|
||||
===================================================================
|
||||
|
||||
Alliance has been succesfully build on Mac OS X.2 (Jaguar) and Mac OS X.3 (Panther)
|
||||
Alliance has been successfully build on Mac OS X.2 (Jaguar) and Mac OS X.3 (Panther)
|
||||
This is what is needed to build ALLIANCE:
|
||||
* get the developer tools.
|
||||
( install XCode, this will install gcc 3.3)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
\fBabl\fP \- Prefixed representation for boolean functions
|
||||
.so man1/alc_origin.1
|
||||
.SH DESCRIPTION
|
||||
\fIlibablmmm.a\fP is a library that enables to represent a boolean function in a LISP-like form. An ABL is a prefixed internal representation for a boolean function having standard operators as OR,NOR,NAND,XOR,NOT and AND. An ABL is only made up of doublets. A doublet is composed of two fields wich are accessible by the functionnal \fI#define\fP \fICAR\fP and \fICDR\fP. A doublet is implemented with a MBK \fIchain_list\fP.
|
||||
\fIlibablmmm.a\fP is a library that enables to represent a boolean function in a LISP-like form. An ABL is a prefixed internal representation for a boolean function having standard operators as OR,NOR,NAND,XOR,NOT and AND. An ABL is only made up of doublets. A doublet is composed of two fields which are accessible by the functionnal \fI#define\fP \fICAR\fP and \fICDR\fP. A doublet is implemented with a MBK \fIchain_list\fP.
|
||||
.br
|
||||
\fIExpression\fP is the generic term for a boolean function represented by an ABL. An expression can be an atomic expression or an operator expression. The function \fBf = a\fP is represented by an atomic expression whereas \fBf = (or a b)\fP is represented by an operator expression. An atomic expression is made up of a single doublet having the \fINEXT\fP pointer equal to NULL and \fIDATA\fP pointer equal to the identifier pointer. A constant atomic expression is an atomic expression having the string "'0'" or "'1'" as identifier.
|
||||
.br
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
addablhexpr \- adds a new argument in head of an expression.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
addablqexpr \- adds a new argument in queue of an expression.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
createablatom \- creates an atomic expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
createablbinexpr \- creates a binary operator expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
createablnotexpr \- complements an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
createabloper \- creates the head of an operator expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
createablunaryexpr \- creates an unary operator expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
createablxorbinexpr \- creates an 'xor' or 'xnor' operator expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
delablexpr \- deletes an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
delablexprnum \- deletes an operand in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
devablxorexpr \- develops 'xor', 'nxor' in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
devdupablxorexpr \- duplicates and develops 'xor', 'nxor'.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
dupablexpr \- duplicates an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
flatablexpr \- merges the operators of an expression
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
freeablexpr \- frees an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprdepth \- gives the depth of an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprlength \- gives the length of an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprmax \- applies a function to all operands.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprmin \- applies a function to all operands.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprnum \- gives a specified operand of an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprnumatom \- gives the number of atom in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprnumbinoper \- gives the number of binary operators in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprnumocc \- how many times a name appears in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
@ -24,10 +24,10 @@ Expression.
|
|||
\fIName\fP
|
||||
Name to find.
|
||||
.SH DESCRIPTION
|
||||
\fBgetablexprnumocc\fP gives the number of occurents of \fIName\fP in \fIExpr\fP.
|
||||
\fBgetablexprnumocc\fP gives the number of occurrents of \fIName\fP in \fIExpr\fP.
|
||||
.br
|
||||
.SH RETURN VALUE
|
||||
\fBgetablexprnumocc\fP returns number of occurents of \fIName\fP in \fIExpr\fP.
|
||||
\fBgetablexprnumocc\fP returns number of occurrents of \fIName\fP in \fIExpr\fP.
|
||||
.SH EXAMPLE
|
||||
.ta 3n 6n 9n 12n 15n 18n 21n
|
||||
.nf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
getablexprsupport \- gives the expression's support.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
isablbinaryoper \- tests if an operator is binary.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
isablequalexpr \- tests if two expressions are strictly identicals.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH OPER
|
||||
isablnameinexpr \- tests if a name appears in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
isabloperinexpr \- tests if an operator appears in an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
isablsimilarexpr \- tests if two expressions have the same morphology.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
isablunaryoper \- tests if an operator is unary.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
mapablanyexpr \- applies a function to all operands.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
mapableveryexpr \- applies a function to all operands.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
mapablexpr \- applies a function to all operands.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
mapabloperexpr \- applies a function to all operands.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
polarablexpr \- moves inverters to the atomic level.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
polardupablexpr \- duplicates an expression and moves down the inverters.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
simpablexpr \- simplies an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
simpdupablexpr \- duplicates and simplies an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
substablexpr \- substitutes a given atom by an expression.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
substdupablexpr \- substitutes a given atom by an expression.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
unflatablexpr \- unflats the operators of an expression
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
vhdlablname \- returns a compatible VHDL name.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
vhdlablvector \- gives the index and the name of a vectorized name.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
viewablexpr \- displays an expression.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
viewablexprfile \- displays an expression in a file.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
viewablexprstr \- displays an expression in a str.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -249,7 +249,7 @@ struct befig *pt_fig;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* process simple ouputs. */
|
||||
/* process simple outputs. */
|
||||
/* check that the signal does not already belong to the */
|
||||
/* dependency list before adding it to the list */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
@ -272,7 +272,7 @@ struct befig *pt_fig;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* process bussed ouputs. */
|
||||
/* process bussed outputs. */
|
||||
/* check that the signal does not already belong to the */
|
||||
/* dependency list before adding it to the list */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
|
|
@ -85,7 +85,7 @@ will display :
|
|||
.SH DIAGNOSTICS
|
||||
|
||||
The output is centered for a 80 columns screen, so it can be used on most
|
||||
display easilly, and not found at execution time.
|
||||
display easily, and not found at execution time.
|
||||
|
||||
\f4alliancebanner: Error: Resulting size bigger than 80 columns not allowed\fR
|
||||
.RS
|
||||
|
|
|
@ -51,7 +51,7 @@ list of directories containing description and pattern files (using $PATH
|
|||
syntax). The default path is the current directory (see mbk(1)).
|
||||
.TP 20
|
||||
\fIMBK_WORK_LIB\fP
|
||||
specifies the current working directory. The working directory idicates the
|
||||
specifies the current working directory. The working directory indicates the
|
||||
place where all output files are written.
|
||||
.TP 20
|
||||
\fIMBK_CATAL_NAME\fP
|
||||
|
@ -75,7 +75,7 @@ The default file extension is \fBdly\fP.
|
|||
.TP 20
|
||||
\fIVH_MAXERR\fP
|
||||
maximum number of errors allowed during simulation phase. If the number of
|
||||
errors occured during simulation reaches VH_MAXERR, \fBasimut\fP stops
|
||||
errors occurred during simulation reaches VH_MAXERR, \fBasimut\fP stops
|
||||
the simulation at the end of processing the current pattern. Patterns following
|
||||
the current pattern remain unprocessed and are reproduced in the result file.
|
||||
The default value of \fIVH_MAXERR\fP is 10.
|
||||
|
@ -126,7 +126,7 @@ be used as initialization file in a further session. If the \fI\-nores\fP
|
|||
option is specified a pattern file is also produced.
|
||||
.TP 20
|
||||
\fI\-dbg[sbpldc]\fP
|
||||
call the debugger (developper usage)
|
||||
call the debugger (developer usage)
|
||||
.TP 20
|
||||
\fI\-defaultdelay (\-dd)\fP
|
||||
only null delays (no after clause in the VHDL file) are changed if
|
||||
|
@ -166,7 +166,7 @@ for \fIn\fP is 0 which makes the whole pattern
|
|||
file be loaded.
|
||||
.TP 20
|
||||
\fI\-t\fP
|
||||
trace signals when making BDDs (developper usage).
|
||||
trace signals when making BDDs (developer usage).
|
||||
.TP 20
|
||||
\fI\-transport\fP
|
||||
use transport delay model (default is inertial).
|
||||
|
|
|
@ -108,7 +108,7 @@ struct lkdins *pt_lkdins;
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* read the content of the ram and write the result into the */
|
||||
/* projected value of ouput data */
|
||||
/* projected value of output data */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (oe == 1)
|
||||
|
|
|
@ -108,7 +108,7 @@ struct lkdins *pt_lkdins;
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* read the content of the ram and write the result into the */
|
||||
/* projected value of ouput data */
|
||||
/* projected value of output data */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (oe == 1)
|
||||
|
|
|
@ -108,7 +108,7 @@ struct lkdins *pt_lkdins;
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* read the content of the ram and write the result into the */
|
||||
/* projected value of ouput data */
|
||||
/* projected value of output data */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (oe == 1)
|
||||
|
|
|
@ -108,7 +108,7 @@ struct lkdins *pt_lkdins;
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* read the content of the ram and write the result into the */
|
||||
/* projected value of ouput data */
|
||||
/* projected value of output data */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (oe == 1)
|
||||
|
|
|
@ -118,7 +118,7 @@ struct lkdins *pt_lkdins;
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* read the content of the ram and write the result into the */
|
||||
/* projected value of ouput data */
|
||||
/* projected value of output data */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
dh_out = local->HI_RAM [adr];
|
||||
|
|
|
@ -108,7 +108,7 @@ struct lkdins *pt_lkdins;
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* read the content of the ram and write the result into the */
|
||||
/* projected value of ouput data */
|
||||
/* projected value of output data */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (oe == 1)
|
||||
|
|
|
@ -142,7 +142,7 @@ struct lkdins *pt_lkdins;
|
|||
|
||||
if ((full_old == 0) && (write == 1) && (nb_sorties != 0))
|
||||
{
|
||||
fprintf(stderr,"NEW OUPUT FIFO VALUE : %d\n", hadout);
|
||||
fprintf(stderr,"NEW OUTPUT FIFO VALUE : %d\n", hadout);
|
||||
fprintf(fecrire,"0x%x\t",hadout);
|
||||
nb_sorties--;
|
||||
if ( (nb_sorties%8) == 0 ) fprintf(fecrire,"\n");
|
||||
|
|
|
@ -94,7 +94,7 @@ struct lkdins *pt_lkdins;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* write the result into the projected value of ouput signals */
|
||||
/* write the result into the projected value of output signals */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if ((e_n == 0) && (w_n == 1))
|
||||
|
|
|
@ -255,7 +255,7 @@ struct lkdins *pt_lkdins;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* write the result into the projected value of ouput signals */
|
||||
/* write the result into the projected value of output signals */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if ((e_n == 0) && (w_n == 1))
|
||||
|
|
|
@ -94,7 +94,7 @@ struct lkdins *pt_lkdins;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* write the result into the projected value of ouput signals */
|
||||
/* write the result into the projected value of output signals */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if ((e_n == 0) && (w_n == 1))
|
||||
|
|
|
@ -283,7 +283,7 @@ char **str ; /* recognized strings */
|
|||
/* function : splitline */
|
||||
/* description : read a line (the space must have been reserved by the */
|
||||
/* caller - *words) from the standard input and split it */
|
||||
/* into seperate words. Return the number of words read. */
|
||||
/* into separate words. Return the number of words read. */
|
||||
/* called func. : none */
|
||||
/* ###--------------------------------------------------------------### */
|
||||
|
||||
|
@ -599,7 +599,7 @@ char *type; /* structure's type */
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* if the first word of the line has not been recognized, */
|
||||
/* print an error message. Otherwise, proccess the command line */
|
||||
/* print an error message. Otherwise, process the command line */
|
||||
/* (generally it is a request for displaying a specific field). */
|
||||
/* */
|
||||
/* At this point : */
|
||||
|
|
|
@ -1319,7 +1319,7 @@ char **str ; /* recognized strings */
|
|||
/* function : splitline */
|
||||
/* description : read a line (the space must have been reserved by the */
|
||||
/* caller - *words) from the standard input and split it */
|
||||
/* into seperate words. Return the number of words read. */
|
||||
/* into separate words. Return the number of words read. */
|
||||
/* called func. : none */
|
||||
/* ###--------------------------------------------------------------### */
|
||||
|
||||
|
@ -1711,7 +1711,7 @@ char *type; /* structure's type */
|
|||
{
|
||||
/* ###------------------------------------------------------### */
|
||||
/* if the first word of the line has not been recognized, */
|
||||
/* print an error message. Otherwise, proccess the command line */
|
||||
/* print an error message. Otherwise, process the command line */
|
||||
/* (generally it is a request for displaying a specific field). */
|
||||
/* */
|
||||
/* At this point : */
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
/* date : Jan 11 2014 */
|
||||
/* version : v3.0 */
|
||||
/* authors : J.-P. CHAPUT , P. BAZARGAN */
|
||||
/* content : contains defines, external variables and funtions */
|
||||
/* content : contains defines, external variables and functions */
|
||||
/* used by init functions */
|
||||
/* ###--------------------------------------------------------------### */
|
||||
|
||||
|
|
|
@ -1341,10 +1341,10 @@ struct paseq *pt_paseq;
|
|||
/* description : restore the mode of external ports of the description */
|
||||
/* when the declared mode is LINKAGE. */
|
||||
/* */
|
||||
/* First, it restores (if necessary) the informations on */
|
||||
/* First, it restores (if necessary) the information on */
|
||||
/* internal ports checking the consistency between the */
|
||||
/* model and the instance. Then, it propagates restored */
|
||||
/* informations through the signals til the external */
|
||||
/* information through the signals til the external */
|
||||
/* ports. In the final step it checks the consistency of */
|
||||
/* connexions on the signals */
|
||||
/* called funct : beh_initab , beh_chktab, beh_addtab, beh_fretab, */
|
||||
|
@ -1800,7 +1800,7 @@ struct befig *head_befig;
|
|||
|
||||
/* ###--------------------------------------------------------------### */
|
||||
/* function : vhl_getref */
|
||||
/* description : get signal refernces for a distributed simulation */
|
||||
/* description : get signal references for a distributed simulation */
|
||||
/* called func. : beh_chktab, */
|
||||
/* ###--------------------------------------------------------------### */
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/* date : Aug 20 1997 */
|
||||
/* version : v3.0 */
|
||||
/* authors : VUONG H.N., Pirouz BAZARGAN SABET */
|
||||
/* content : contains defines, external variables and funtions used*/
|
||||
/* content : contains defines, external variables and functions used*/
|
||||
/* by the linker */
|
||||
/* ###--------------------------------------------------------------### */
|
||||
|
||||
|
|
|
@ -268,7 +268,7 @@ char *argv[];
|
|||
arg_flg [i+1] = 1;
|
||||
}
|
||||
|
||||
/* The spy option has been supressed (09 Sep 1999). */
|
||||
/* The spy option has been suppressed (09 Sep 1999). */
|
||||
/* Spied signals are now specified in the pattern file. */
|
||||
|
||||
/*---------------
|
||||
|
@ -887,7 +887,7 @@ char *argv[];
|
|||
lst_papat = vhx_insertspypat (pt_paseq, lst_papat, pt_lkdspy, cur_date, labelsiz);
|
||||
}
|
||||
/* ###------------------------------------------------------### */
|
||||
/* If a fatal error has been occured during the simulation */
|
||||
/* If a fatal error has been occurred during the simulation */
|
||||
/* (Assert Violation, Bus conflict), set the end flag of the */
|
||||
/* pattern sequence to avoid loading new patterns and break the */
|
||||
/* simulation cycle */
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/* date : Nov 13 1995 */
|
||||
/* version : v3.0 */
|
||||
/* authors : VUONG H.N., L.A. TABUSSE, P. BAZARGAN */
|
||||
/* content : contains defines, external variables and funtions used*/
|
||||
/* content : contains defines, external variables and functions used*/
|
||||
/* by utility functions */
|
||||
/* ###--------------------------------------------------------------### */
|
||||
|
||||
|
|
|
@ -1132,7 +1132,7 @@ struct papat *pt_papat;
|
|||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* if no user predicted event has been found and an event has */
|
||||
/* been occured, add a new paevt structure to the pattern. Use */
|
||||
/* been occurred, add a new paevt structure to the pattern. Use */
|
||||
/* a wrong value (the previous value) as user defined value. */
|
||||
/* Remember that a user predicted '?*' is always an event. */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
@ -1168,7 +1168,7 @@ struct papat *pt_papat;
|
|||
/* if there is an event related to the input-output, and if */
|
||||
/* the value predicted by the user and the simulated value do */
|
||||
/* not match print out an error message. In such a case add an */
|
||||
/* event on the same input-ouput with a wrong predicted value */
|
||||
/* event on the same input-output with a wrong predicted value */
|
||||
/* to the next pattern (if it exists). */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
|
@ -1224,7 +1224,7 @@ struct papat *pt_papat;
|
|||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* If an error occurs, and if no user event is scheduled in the */
|
||||
/* next pattern, add an event on the same input-ouput with a */
|
||||
/* next pattern, add an event on the same input-output with a */
|
||||
/* wrong predicted value to the next pattern (if it exists). */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
|
@ -1407,9 +1407,9 @@ unsigned int labelsiz;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* if an event has been occured, switch ON a spy_flag. */
|
||||
/* if an event has been occurred, switch ON a spy_flag. */
|
||||
/* and append the paiol IOLNBR to the label. */
|
||||
/* if an event has been occured, add a new paevt structure. */
|
||||
/* if an event has been occurred, add a new paevt structure. */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (pt_paiol->VALUE != value)
|
||||
|
@ -1507,7 +1507,7 @@ unsigned int labelsiz;
|
|||
}
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* if an event has been occured, add a new paevt structure. */
|
||||
/* if an event has been occurred, add a new paevt structure. */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
if (pt_paiol->VALUE != value)
|
||||
|
|
|
@ -902,7 +902,7 @@ unsigned int cur_date;
|
|||
VHX_SIGUPD = NULL;
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* update bused signals' value (also handles errors occured */
|
||||
/* update bused signals' value (also handles errors occurred */
|
||||
/* when resolution functions are called) */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
|
@ -971,7 +971,7 @@ unsigned int cur_date;
|
|||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* update internal bussed signals's value (also handles */
|
||||
/* errors occured when resolution functions are called) */
|
||||
/* errors occurred when resolution functions are called) */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
cur_chain = VHX_BUXUPD;
|
||||
|
@ -1037,7 +1037,7 @@ unsigned int cur_date;
|
|||
VHX_BUXUPD = NULL;
|
||||
|
||||
/* ###------------------------------------------------------### */
|
||||
/* updating registers (also handles errors occured when */
|
||||
/* updating registers (also handles errors occurred when */
|
||||
/* resolution functions are called) */
|
||||
/* ###------------------------------------------------------### */
|
||||
|
||||
|
|
|
@ -188,7 +188,7 @@ CLASS="LITERAL"
|
|||
your <TT
|
||||
CLASS="LITERAL"
|
||||
>~/.rhosts</TT
|
||||
> to access them whithout
|
||||
> to access them without
|
||||
passwords. You also can uses <TT
|
||||
CLASS="LITERAL"
|
||||
>ssh</TT
|
||||
|
@ -758,7 +758,7 @@ CLASS="USERINPUT"
|
|||
CLASS="USERINPUT"
|
||||
>install</KBD
|
||||
> is
|
||||
assumed. If you want to completly uninstall a tool and clean
|
||||
assumed. If you want to completely uninstall a tool and clean
|
||||
it's build directory you can pass
|
||||
<KBD
|
||||
CLASS="USERINPUT"
|
||||
|
|
|
@ -33,7 +33,7 @@ attila will fork itself on one Linux
|
|||
computer (currently bip) and on one Solaris
|
||||
computer (beny). As to connect on thoses
|
||||
computer it will uses rsh so you must setup
|
||||
your ~/.rhosts to access them whithout
|
||||
your ~/.rhosts to access them without
|
||||
passwords. You also can uses ssh (but the
|
||||
procedure to allow automatic login is more complicated).
|
||||
.IP 3.
|
||||
|
@ -197,7 +197,7 @@ all arguments following \fB-m-\fR are passed
|
|||
\fBas is\fR to the subsequent call to
|
||||
make. If no \fB-m-\fR
|
||||
argument is given, then \fBinstall\fR is
|
||||
assumed. If you want to completly uninstall a tool and clean
|
||||
assumed. If you want to completely uninstall a tool and clean
|
||||
it's build directory you can pass
|
||||
\fBuninstall clean\fR
|
||||
.PP
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
computer (currently <literal>bip</literal>) and on one Solaris
|
||||
computer (<literal>beny</literal>). As to connect on thoses
|
||||
computer it will uses <literal>rsh</literal> so you must setup
|
||||
your <literal>~/.rhosts</literal> to access them whithout
|
||||
your <literal>~/.rhosts</literal> to access them without
|
||||
passwords. You also can uses <literal>ssh</literal> (but the
|
||||
procedure to allow automatic login is more complicated).
|
||||
</para>
|
||||
|
@ -285,7 +285,7 @@
|
|||
<emphasis>as is</emphasis> to the subsequent call to
|
||||
<literal>make</literal>. If no <userinput>-m-</userinput>
|
||||
argument is given, then <userinput>install</userinput> is
|
||||
assumed. If you want to completly uninstall a tool and clean
|
||||
assumed. If you want to completely uninstall a tool and clean
|
||||
it's build directory you can pass
|
||||
<userinput>uninstall clean</userinput>
|
||||
</para>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
autallocblock \- memory allocator
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
autallocheap \- heap memory allocator
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
autfreeblock \- releases a memory block
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
autfreeheap \- releases a memory block, and put it on the heap.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
autresizeblock \- resizes a memory block
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -121,10 +121,10 @@ as a Multi Reduced Ordered Binary Decision Diagrams.
|
|||
\- converts a \fBbdd\fP node to an \fBabl\fP.
|
||||
.TP
|
||||
\fBexistbddnodeassocon\fP
|
||||
\- computes an existantial quantification.
|
||||
\- computes an existential quantification.
|
||||
.TP
|
||||
\fBexistbddnodeassocoff\fP
|
||||
\- computes an existantial quantification.
|
||||
\- computes an existential quantification.
|
||||
.TP
|
||||
\fBgarbagebddsystem\fP
|
||||
\- forces a \fBbdd\fP garbage collection.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddassoc \- creates a new association variables.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddcircuitabl \- converts an \fBabl\fP expression to a \fBbdd\fP node.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddcircuitin \- adds an input in a \fBbdd\fP circuit.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddcircuitout \- adds an output in a \fBbdd\fP circuit.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddnode \- adds a new \fBbdd\fP node in the \fBbdd\fP system.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddnodeassoc \- adds a \fBbdd\fP node in a variable association.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddnodelist \- adds a node in a \fIchain_list\fP.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddvar \- adds a new variable in the \fBbdd\fP system.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddvarafter \- adds a new variable, after an existing one.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddvarbefore \- adds a new variable, before an existing one.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddvarfirst \- adds a new variable, before all others.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
addbddvarlast \- adds a new variable, after all others.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
applybddnode \- applies an operator on two \fBbdd\fP nodes.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
applybddnodeite \- computes the IF-THEN-ELSE logical operation.
|
||||
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
applybddnodelist \- applies an opertor to a \fBbdd\fP nodes list.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
applybddnodenot \- complements a \fBbdd\fP.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
applybddnodeterm \- applies an operator on two \fBbdd\fP nodes.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
clearbddsystemref \- clears the references for all \fBbdd\fP nodes.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.SH NAME
|
||||
clearbddsystemrefext \- clears the external references for all \fBbdd\fP nodes.
|
||||
.so man1/alc_origin.1
|
||||
.SH SYNOPSYS
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.if n \{\
|
||||
.ft B \}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue