abc-master
|
#include "aig.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Aig_ManOrderStart (Aig_Man_t *p) |
DECLARATIONS ///. More... | |
void | Aig_ManOrderStop (Aig_Man_t *p) |
void | Aig_ObjOrderInsert (Aig_Man_t *p, int ObjId) |
void | Aig_ObjOrderRemove (Aig_Man_t *p, int ObjId) |
void | Aig_ObjOrderAdvance (Aig_Man_t *p) |
ABC_NAMESPACE_IMPL_START void Aig_ManOrderStart | ( | Aig_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigOrder.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Dynamically updated topological order.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Initializes the order datastructure.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file aigOrder.c.
void Aig_ManOrderStop | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Deletes the order datastructure.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file aigOrder.c.
void Aig_ObjOrderAdvance | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Advances the order forward.]
Description []
SideEffects []
SeeAlso []
Definition at line 162 of file aigOrder.c.
void Aig_ObjOrderInsert | ( | Aig_Man_t * | p, |
int | ObjId | ||
) |
Function*************************************************************
Synopsis [Inserts an entry before iNext.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file aigOrder.c.
void Aig_ObjOrderRemove | ( | Aig_Man_t * | p, |
int | ObjId | ||
) |
Function*************************************************************
Synopsis [Removes the entry.]
Description [If iPrev is removed, it slides backward. If iNext is removed, it slides forward.]
SideEffects []
SeeAlso []
Definition at line 130 of file aigOrder.c.