#include "pla.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Pla_GenSorter (int nVars) |
| DECLARATIONS ///. | |
| Vec_Bit_t * | Pla_ManPrimesTable (int nVars) |
| Vec_Int_t * | Pla_GenPrimes (int nVars) |
| Pla_Man_t * | Pla_GenFromMinterms (char *pName, Vec_Int_t *vMints, int nVars) |
| Pla_Man_t * | Pla_ManPrimesDetector (int nVars) |
| Vec_Bit_t * | Pla_GenRandom (int nVars, int nNums, int fNonZero) |
| Pla_Man_t * | Pla_ManGenerate (int nInputs, int nOutputs, int nCubes, int fVerbose) |
| void | Pla_ManConvertFromBits (Pla_Man_t *p) |
| void | Pla_ManConvertToBits (Pla_Man_t *p) |
| int | Pla_ManDist1Num (Pla_Man_t *p) |
| int | Pla_ManDist1NumTest (Pla_Man_t *p) |
Definition at line 113 of file plaMan.c.

| Vec_Int_t * Pla_GenPrimes | ( | int | nVars | ) |
Definition at line 100 of file plaMan.c.


| Vec_Bit_t * Pla_GenRandom | ( | int | nVars, |
| int | nNums, | ||
| int | fNonZero ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 150 of file plaMan.c.


| ABC_NAMESPACE_IMPL_START void Pla_GenSorter | ( | int | nVars | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [plaMan.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 [Generates PLA description of a sorter.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file plaMan.c.

| void Pla_ManConvertFromBits | ( | Pla_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 221 of file plaMan.c.

| void Pla_ManConvertToBits | ( | Pla_Man_t * | p | ) |
Definition at line 251 of file plaMan.c.
| int Pla_ManDist1Num | ( | Pla_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 272 of file plaMan.c.

| int Pla_ManDist1NumTest | ( | Pla_Man_t * | p | ) |
| Pla_Man_t * Pla_ManGenerate | ( | int | nInputs, |
| int | nOutputs, | ||
| int | nCubes, | ||
| int | fVerbose ) |
Definition at line 168 of file plaMan.c.

| Pla_Man_t * Pla_ManPrimesDetector | ( | int | nVars | ) |
Definition at line 128 of file plaMan.c.

| Vec_Bit_t * Pla_ManPrimesTable | ( | int | nVars | ) |
Function*************************************************************
Synopsis [Generates prime detector for the given bit-widths.]
Description []
SideEffects []
SeeAlso []
Definition at line 85 of file plaMan.c.
