#include "pla.h"
Go to the source code of this file.
Classes | |
| struct | Tab_Obj_t_ |
| struct | Tab_Man_t_ |
Macros | |
| #define | PLA_HASH_VALUE_NUM 256 |
| DECLARATIONS ///. | |
| #define | PLA_LIT_UNUSED 0xFFFF |
Typedefs | |
| typedef struct Tab_Obj_t_ | Tab_Obj_t |
| typedef struct Tab_Man_t_ | Tab_Man_t |
Functions | |
| void | Pla_ManHashCubes (Pla_Man_t *p, Tab_Man_t *pTab) |
| int | Pla_ManHashDistance1 (Pla_Man_t *p) |
| int | Pla_ManHashDist1NumTest (Pla_Man_t *p) |
| void | Pla_PrintCube (Vec_Int_t *vLits, int nVars, int iVar) |
| void | Pla_ManHashCubes2 (Pla_Man_t *p, Tab_Man_t *pTab) |
| void | Vec_IntCopySkip (Vec_Int_t *vCube, int iVar, Vec_Int_t *vRes) |
| Vec_Int_t * | Pla_ManComputeDistance1Int (Pla_Man_t *p) |
| Vec_Int_t * | Pla_ManComputeDistance1 (Pla_Man_t *p) |
| void | Pla_ManComputeDist1Test (Pla_Man_t *p) |
| #define PLA_HASH_VALUE_NUM 256 |
DECLARATIONS ///.
CFile****************************************************************
FileName [plaHash.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 [
]
| typedef struct Tab_Man_t_ Tab_Man_t |
| typedef struct Tab_Obj_t_ Tab_Obj_t |
| void Pla_ManComputeDist1Test | ( | Pla_Man_t * | p | ) |
Definition at line 333 of file plaHash.c.

Definition at line 325 of file plaHash.c.


Definition at line 265 of file plaHash.c.


Definition at line 166 of file plaHash.c.

Definition at line 242 of file plaHash.c.

| int Pla_ManHashDist1NumTest | ( | Pla_Man_t * | p | ) |
| int Pla_ManHashDistance1 | ( | Pla_Man_t * | p | ) |
Definition at line 178 of file plaHash.c.


| void Pla_PrintCube | ( | Vec_Int_t * | vLits, |
| int | nVars, | ||
| int | iVar ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 232 of file plaHash.c.