abc-master
|
#include "cnf.h"
Go to the source code of this file.
Functions | |
void | Cnf_ReadMsops (char **ppSopSizes, char ***ppSops) |
FUNCTION DEFINITIONS ///. More... | |
Variables | |
static ABC_NAMESPACE_IMPL_START const char | s_Data3 [82] = "!#&()*+,-.0123456789:;<=>?ABCDEFGHIJKLMNOPQRSTUVWXYZ[]abcdefghijklmnopqrstuvwxyz|" |
DECLARATIONS ///. More... | |
static const char * | s_Data4 [] |
void Cnf_ReadMsops | ( | char ** | ppSopSizes, |
char *** | ppSops | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Prepares the data for MSOPs of 4-variable functions.]
Description []
SideEffects []
SeeAlso []
Definition at line 4537 of file cnfData.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [cnfData.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG-to-CNF conversion.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]