#include "pla.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Pla_ManDumpPla (Pla_Man_t *p, char *pFileName) |
| DECLARATIONS ///. | |
| void | Pla_ManDumpBlif (Pla_Man_t *p, char *pFileName) |
| int | Pla_ManExpendDirNum (word *pOn, int nBits, int iMint, int *pVars) |
| void | Pla_PrintBinary (word *pT, int nBits) |
| Vec_Wrd_t * | Pla_ManFxMinimize (word *pOn, int nVars) |
| Pla_Man_t * | Pla_ManFxPrepare (int nVars) |
| int | Pla_ManFxPerformSimple (int nVars) |
| void Pla_ManDumpBlif | ( | Pla_Man_t * | p, |
| char * | pFileName ) |
Definition at line 83 of file plaSimple.c.

| ABC_NAMESPACE_IMPL_START void Pla_ManDumpPla | ( | Pla_Man_t * | p, |
| char * | pFileName ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [plaSimple.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SOP manager.]
Synopsis [Scalable SOP transformations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - March 18, 2015.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Dump PLA manager into a BLIF file.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file plaSimple.c.


| int Pla_ManExpendDirNum | ( | word * | pOn, |
| int | nBits, | ||
| int | iMint, | ||
| int * | pVars ) |
Function*************************************************************
Synopsis [Transforms truth table into an SOP manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 166 of file plaSimple.c.

Definition at line 181 of file plaSimple.c.


| int Pla_ManFxPerformSimple | ( | int | nVars | ) |
Definition at line 323 of file plaSimple.c.

| Pla_Man_t * Pla_ManFxPrepare | ( | int | nVars | ) |
Definition at line 301 of file plaSimple.c.


| void Pla_PrintBinary | ( | word * | pT, |
| int | nBits ) |
Definition at line 174 of file plaSimple.c.