File: markBdd.3

package info (click to toggle)
alliance 5.0-20120515-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 70,324 kB
  • ctags: 39,977
  • sloc: ansic: 350,299; vhdl: 34,227; yacc: 27,122; sh: 12,416; cpp: 9,478; makefile: 7,057; lex: 3,684
file content (32 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\"   $Id: markBdd.3,v 1.1.1.1 2002/04/03 13:13:26 ludo Exp $
.\" @(#)markBdd.2 7.01 92/08/22 ; Labo masi cao-vlsi; Author : Luc Burgun
.TH MARKBDD 3 "October 1, 1997" "ASIM/LIP6" "BDD functions"
.so man1/alc_origin.1
.SH NAME
\fBmarkBdd\fP \- marks all nodes of a BDD 
.SH SYNOPSYS
.nf
#include "logmmm.h"
void markBdd(pBdd,value)
pNode pBdd;
short value;
.fi
.SH PARAMETERS
.TP 20
\fIpBdd\fP
BDD to mark 
.TP 20
\fIvalue\fP
value to assign
.SH DESCRIPTION
\fBmarkBdd()\fP assigns to \fIvalue\fP the field \fImark\fP of all the nodes used in \fIpBdd\fP. This function is used for the garbage collection. When a node is created, its mark is set to 0 (the default value).
.SH SEE ALSO
.BR log (1),
.BR bdd (1),
.BR markAllBdd (3),
.BR numberNodeBdd (3),
.BR numberNodeAllBdd (3),
.BR gcNodeBdd (3).

.so man1/alc_bug_report.1