abc-master
|
#include "llbInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Llb_MtrSwapColumns (Llb_Mtr_t *p, int iCol1, int iCol2) |
DECLARATIONS ///. More... | |
int | Llb_MtrFindBestColumn (Llb_Mtr_t *p, int iGrpStart) |
void | Llb_MtrUseSelectedColumn (Llb_Mtr_t *p, int iCol) |
void | Llb_MtrVerifyColumns (Llb_Mtr_t *p, int iGrpStart) |
void | Llb_MtrSchedule (Llb_Mtr_t *p) |
int Llb_MtrFindBestColumn | ( | Llb_Mtr_t * | p, |
int | iGrpStart | ||
) |
Function*************************************************************
Synopsis [Find columns which brings as few vars as possible.]
Description []
SideEffects []
SeeAlso []
Definition at line 80 of file llb1Sched.c.
void Llb_MtrSchedule | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Matrix reduce.]
Description []
SideEffects []
SeeAlso []
Definition at line 222 of file llb1Sched.c.
ABC_NAMESPACE_IMPL_START void Llb_MtrSwapColumns | ( | Llb_Mtr_t * | p, |
int | iCol1, | ||
int | iCol2 | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb1Sched.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Partition scheduling algorithm.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Swaps two rows.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file llb1Sched.c.
void Llb_MtrUseSelectedColumn | ( | Llb_Mtr_t * | p, |
int | iCol | ||
) |
Function*************************************************************
Synopsis [Returns the number of variables that will be saved.]
Description []
SideEffects []
SeeAlso []
Definition at line 157 of file llb1Sched.c.
void Llb_MtrVerifyColumns | ( | Llb_Mtr_t * | p, |
int | iGrpStart | ||
) |
Function*************************************************************
Synopsis [Verify columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 194 of file llb1Sched.c.