abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ifTune.c File Reference
#include "if.h"
#include "aig/gia/giaAig.h"
#include "sat/bsat/satStore.h"
#include "sat/cnf/cnf.h"
#include "misc/extra/extra.h"
#include "bool/kit/kit.h"

Go to the source code of this file.

Data Structures

struct  Ifn_Obj_t_
 
struct  Ifn_Ntk_t_
 

Macros

#define IFN_INS   11
 DECLARATIONS ///. More...
 
#define IFN_WRD   (IFN_INS > 6 ? 1 << (IFN_INS-6) : 1)
 
#define IFN_PAR   1024
 

Typedefs

typedef struct Ifn_Obj_t_ Ifn_Obj_t
 

Enumerations

enum  Ifn_DsdType_t {
  IFN_DSD_NONE = 0, IFN_DSD_CONST0, IFN_DSD_VAR, IFN_DSD_AND,
  IFN_DSD_XOR, IFN_DSD_MUX, IFN_DSD_PRIME
}
 

Functions

static wordIfn_ElemTruth (Ifn_Ntk_t *p, int i)
 
static wordIfn_ObjTruth (Ifn_Ntk_t *p, int i)
 
int Ifn_Prepare (Ifn_Ntk_t *p, word *pTruth, int nVars)
 FUNCTION DEFINITIONS ///. More...
 
void Ifn_NtkPrint (Ifn_Ntk_t *p)
 
int Ifn_NtkLutSizeMax (Ifn_Ntk_t *p)
 
int Ifn_NtkInputNum (Ifn_Ntk_t *p)
 
int Ifn_ErrorMessage (const char *format,...)
 
int Inf_ManOpenSymb (char *pStr)
 
int Ifn_ManStrCheck (char *pStr, int *pnInps, int *pnObjs)
 
static char * Ifn_NtkParseFindClosingParanthesis (char *pStr, char Open, char Close)
 
int Ifn_NtkParseInt_rec (char *pStr, Ifn_Ntk_t *p, char **ppFinal, int *piNode)
 
int Ifn_NtkParseInt (char *pStr, Ifn_Ntk_t *p)
 
int Ifn_ManStrType2 (char *pStr)
 
int Ifn_ManStrCheck2 (char *pStr, int *pnInps, int *pnObjs)
 
int Ifn_NtkParseInt2 (char *pStr, Ifn_Ntk_t *p)
 
void Ifn_NtkParseConstraints (char *pStr, Ifn_Ntk_t *p)
 
Ifn_Ntk_tIfn_NtkParse (char *pStr)
 
Gia_Man_tIfn_ManStrFindModel (Ifn_Ntk_t *p)
 
Gia_Man_tIfn_ManStrFindCofactors (int nIns, Gia_Man_t *p)
 
static Cnf_Dat_tCnf_DeriveGiaRemapped (Gia_Man_t *p)
 
sat_solverIfn_ManStrFindSolver (Gia_Man_t *p, Vec_Int_t **pvPiVars, Vec_Int_t **pvPoVars)
 
sat_solverIfn_ManSatBuild (Ifn_Ntk_t *p, Vec_Int_t **pvPiVars, Vec_Int_t **pvPoVars)
 
void * If_ManSatBuildFromCell (char *pStr, Vec_Int_t **pvPiVars, Vec_Int_t **pvPoVars, Ifn_Ntk_t **ppNtk)
 
void Ifn_ManSatPrintPerm (char *pPerms, int nVars)
 
int Ifn_ManSatCheckOne (sat_solver *pSat, Vec_Int_t *vPoVars, word *pTruth, int nVars, int *pPerm, int nInps, Vec_Int_t *vLits)
 
void Ifn_ManSatDeriveOne (sat_solver *pSat, Vec_Int_t *vPiVars, Vec_Int_t *vValues)
 
int If_ManSatFindCofigBits (void *pSat, Vec_Int_t *vPiVars, Vec_Int_t *vPoVars, word *pTruth, int nVars, word Perm, int nInps, Vec_Int_t *vValues)
 
int Ifn_ManSatFindCofigBitsTest (Ifn_Ntk_t *p, word *pTruth, int nVars, word Perm)
 
int If_ManSatDeriveGiaFromBits (void *pGia, Ifn_Ntk_t *p, Vec_Int_t *vValues, Vec_Int_t *vCover)
 
wordIfn_NtkDeriveTruth (Ifn_Ntk_t *p, int *pValues)
 
void Ifn_TtComparisonConstr (word *pTruth, int nVars, int fMore, int fEqual)
 
int Ifn_AddClause (sat_solver *pSat, int *pBeg, int *pEnd)
 
void Ifn_NtkAddConstrOne (sat_solver *pSat, Vec_Int_t *vCover, int *pVars, int nVars)
 
void Ifn_NtkAddConstraints (Ifn_Ntk_t *p, sat_solver *pSat)
 
int Ifn_NtkAddClauses (Ifn_Ntk_t *p, int *pValues, sat_solver *pSat)
 
void Ifn_NtkMatchPrintStatus (sat_solver *p, int Iter, int status, int iMint, int Value, abctime clk)
 
void Ifn_NtkMatchPrintConfig (Ifn_Ntk_t *p, sat_solver *pSat)
 
word Ifn_NtkMatchCollectPerm (Ifn_Ntk_t *p, sat_solver *pSat)
 
void Ifn_NtkMatchPrintPerm (word Perm, int nInps)
 
int Ifn_NtkMatch (Ifn_Ntk_t *p, word *pTruth, int nVars, int nConfls, int fVerbose, int fVeryVerbose, word *pPerm)
 
void Ifn_NtkRead ()
 

Variables

static char * Ifn_Symbs [16]
 

Macro Definition Documentation

#define IFN_INS   11

DECLARATIONS ///.

CFile****************************************************************

FileName [ifTune.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [FPGA mapping based on priority cuts.]

Synopsis [Library tuning.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - November 21, 2006.]

Revision [

Id:
ifTune.c,v 1.00 2006/11/21 00:00:00 alanmi Exp

]

Definition at line 34 of file ifTune.c.

#define IFN_PAR   1024

Definition at line 36 of file ifTune.c.

#define IFN_WRD   (IFN_INS > 6 ? 1 << (IFN_INS-6) : 1)

Definition at line 35 of file ifTune.c.

Typedef Documentation

typedef struct Ifn_Obj_t_ Ifn_Obj_t

Definition at line 60 of file ifTune.c.

Enumeration Type Documentation

Enumerator
IFN_DSD_NONE 
IFN_DSD_CONST0 
IFN_DSD_VAR 
IFN_DSD_AND 
IFN_DSD_XOR 
IFN_DSD_MUX 
IFN_DSD_PRIME 

Definition at line 39 of file ifTune.c.

39  {
40  IFN_DSD_NONE = 0, // 0: unknown
41  IFN_DSD_CONST0, // 1: constant
42  IFN_DSD_VAR, // 2: variable
43  IFN_DSD_AND, // 3: AND
44  IFN_DSD_XOR, // 4: XOR
45  IFN_DSD_MUX, // 5: MUX
46  IFN_DSD_PRIME // 6: PRIME
Ifn_DsdType_t
Definition: ifTune.c:39

Function Documentation

static Cnf_Dat_t* Cnf_DeriveGiaRemapped ( Gia_Man_t p)
inlinestatic

Function*************************************************************

Synopsis [Derive SAT solver.]

Description []

SideEffects []

SeeAlso []

Definition at line 575 of file ifTune.c.

576 {
577  Cnf_Dat_t * pCnf;
578  Aig_Man_t * pAig = Gia_ManToAigSimple( p );
579  pAig->nRegs = 0;
580  pCnf = Cnf_Derive( pAig, Aig_ManCoNum(pAig) );
581  Aig_ManStop( pAig );
582  return pCnf;
583 }
Aig_Man_t * Gia_ManToAigSimple(Gia_Man_t *p)
Definition: giaAig.c:367
Cnf_Dat_t * Cnf_Derive(Aig_Man_t *pAig, int nOutputs)
Definition: cnfCore.c:165
typedefABC_NAMESPACE_HEADER_START struct Aig_Man_t_ Aig_Man_t
INCLUDES ///.
Definition: aig.h:50
void Aig_ManStop(Aig_Man_t *p)
Definition: aigMan.c:187
Definition: cnf.h:56
static int Aig_ManCoNum(Aig_Man_t *p)
Definition: aig.h:252
void* If_ManSatBuildFromCell ( char *  pStr,
Vec_Int_t **  pvPiVars,
Vec_Int_t **  pvPoVars,
Ifn_Ntk_t **  ppNtk 
)

Definition at line 622 of file ifTune.c.

623 {
624  Ifn_Ntk_t * p = Ifn_NtkParse( pStr );
625  Ifn_Prepare( p, NULL, p->nInps );
626  *ppNtk = p;
627  if ( p == NULL )
628  return NULL;
629 // Ifn_NtkPrint( p );
630  return Ifn_ManSatBuild( p, pvPiVars, pvPoVars );
631 }
int Ifn_Prepare(Ifn_Ntk_t *p, word *pTruth, int nVars)
FUNCTION DEFINITIONS ///.
Definition: ifTune.c:115
static Llb_Mgr_t * p
Definition: llb3Image.c:950
sat_solver * Ifn_ManSatBuild(Ifn_Ntk_t *p, Vec_Int_t **pvPiVars, Vec_Int_t **pvPoVars)
Definition: ifTune.c:608
int nInps
Definition: ifTune.c:72
Ifn_Ntk_t * Ifn_NtkParse(char *pStr)
Definition: ifTune.c:439
int If_ManSatDeriveGiaFromBits ( void *  pGia,
Ifn_Ntk_t p,
Vec_Int_t vValues,
Vec_Int_t vCover 
)

Function*************************************************************

Synopsis [Derive GIA using programmable bits.]

Description []

SideEffects []

SeeAlso []

Definition at line 731 of file ifTune.c.

732 {
733  Gia_Man_t * pNew = (Gia_Man_t *)pGia;
734  int i, Id, k, iLit, iVar = 0, nVarsNew, pVarMap[1000];
735  assert( Gia_ManCiNum(pNew) == p->nInps && p->nParsVIni < 1000 );
736  Gia_ManForEachCiId( pNew, Id, i )
737  pVarMap[i] = Abc_Var2Lit( Id, 0 );
738  for ( i = p->nInps; i < p->nObjs; i++ )
739  {
740  int Type = p->Nodes[i].Type;
741  int nFans = p->Nodes[i].nFanins;
742  int * pFans = p->Nodes[i].Fanins;
743  //int iFanin = p->Nodes[i].iFirst;
744  assert( nFans <= 6 );
745  if ( Type == IFN_DSD_AND )
746  {
747  iLit = 1;
748  for ( k = 0; k < nFans; k++ )
749  iLit = Gia_ManHashAnd( pNew, iLit, pVarMap[pFans[k]] );
750  pVarMap[i] = iLit;
751  }
752  else if ( Type == IFN_DSD_XOR )
753  {
754  iLit = 0;
755  for ( k = 0; k < nFans; k++ )
756  iLit = Gia_ManHashXor( pNew, iLit, pVarMap[pFans[k]] );
757  pVarMap[i] = iLit;
758  }
759  else if ( Type == IFN_DSD_MUX )
760  {
761  assert( nFans == 3 );
762  pVarMap[i] = Gia_ManHashMux( pNew, pVarMap[pFans[0]], pVarMap[pFans[1]], pVarMap[pFans[2]] );
763  }
764  else if ( Type == IFN_DSD_PRIME )
765  {
766  int pFaninLits[16];
767  // collect truth table
768  word uTruth = 0;
769  int nMints = (1 << nFans);
770  for ( k = 0; k < nMints; k++ )
771  if ( Vec_IntEntry( vValues, iVar++ ) )
772  uTruth |= ((word)1 << k);
773  uTruth = Abc_Tt6Stretch( uTruth, nFans );
774  // collect function
775  for ( k = 0; k < nFans; k++ )
776  pFaninLits[k] = pVarMap[pFans[k]];
777  // implement the function
778  nVarsNew = Abc_TtMinBase( &uTruth, pFaninLits, nFans, 6 );
779  if ( nVarsNew == 0 )
780  pVarMap[i] = (int)(uTruth & 1);
781  else
782  {
783  extern int Kit_TruthToGia( Gia_Man_t * pMan, unsigned * pTruth, int nVars, Vec_Int_t * vMemory, Vec_Int_t * vLeaves, int fHash );
784  Vec_Int_t Leaves = { nVarsNew, nVarsNew, pFaninLits };
785  pVarMap[i] = Kit_TruthToGia( pNew, (unsigned *)&uTruth, nVarsNew, vCover, &Leaves, 1 ); // hashing enabled!!!
786  }
787  }
788  else assert( 0 );
789  }
790  assert( iVar == Vec_IntSize(vValues) );
791  return pVarMap[p->nObjs - 1];
792 }
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
static int Abc_TtMinBase(word *pTruth, int *pVars, int nVars, int nVarsAll)
Definition: utilTruth.h:1395
int Gia_ManHashXor(Gia_Man_t *p, int iLit0, int iLit1)
Definition: giaHash.c:658
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
Definition: bblif.c:37
int nParsVIni
Definition: ifTune.c:82
static int Abc_Var2Lit(int Var, int fCompl)
Definition: abc_global.h:263
int nInps
Definition: ifTune.c:72
for(p=first;p->value< newval;p=p->next)
#define Gia_ManForEachCiId(p, Id, i)
Definition: gia.h:1018
int nObjs
Definition: ifTune.c:73
static int Vec_IntEntry(Vec_Int_t *p, int i)
Definition: bblif.c:268
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
int Gia_ManHashMux(Gia_Man_t *p, int iCtrl, int iData1, int iData0)
Definition: giaHash.c:677
static word Abc_Tt6Stretch(word t, int nVars)
Definition: utilTruth.h:708
ABC_NAMESPACE_IMPL_START int Kit_TruthToGia(Gia_Man_t *pMan, unsigned *pTruth, int nVars, Vec_Int_t *vMemory, Vec_Int_t *vLeaves, int fHash)
DECLARATIONS ///.
Definition: kitHop.c:80
static int Gia_ManCiNum(Gia_Man_t *p)
Definition: gia.h:383
static int Vec_IntSize(Vec_Int_t *p)
Definition: bblif.c:252
Definition: gia.h:95
#define assert(ex)
Definition: util_old.h:213
int Gia_ManHashAnd(Gia_Man_t *p, int iLit0, int iLit1)
Definition: giaHash.c:572
unsigned Type
Definition: ifTune.c:63
int If_ManSatFindCofigBits ( void *  pSat,
Vec_Int_t vPiVars,
Vec_Int_t vPoVars,
word pTruth,
int  nVars,
word  Perm,
int  nInps,
Vec_Int_t vValues 
)

Definition at line 687 of file ifTune.c.

688 {
689  // extract permutation
690  int RetValue, i, pPerm[IF_MAX_FUNC_LUTSIZE];
691  assert( nInps <= IF_MAX_FUNC_LUTSIZE );
692  for ( i = 0; i < nInps; i++ )
693  {
694  pPerm[i] = Abc_TtGetHex( &Perm, i );
695  assert( pPerm[i] < nVars );
696  }
697  // perform SAT check
698  RetValue = Ifn_ManSatCheckOne( (sat_solver *)pSat, vPoVars, pTruth, nVars, pPerm, nInps, vValues );
699  Vec_IntClear( vValues );
700  if ( RetValue == 0 )
701  return 0;
702  Ifn_ManSatDeriveOne( pSat, vPiVars, vValues );
703  return 1;
704 }
void Ifn_ManSatDeriveOne(sat_solver *pSat, Vec_Int_t *vPiVars, Vec_Int_t *vValues)
Definition: ifTune.c:680
int Ifn_ManSatCheckOne(sat_solver *pSat, Vec_Int_t *vPoVars, word *pTruth, int nVars, int *pPerm, int nInps, Vec_Int_t *vLits)
Definition: ifTune.c:651
static int Abc_TtGetHex(word *p, int k)
Definition: utilTruth.h:154
#define IF_MAX_FUNC_LUTSIZE
Definition: if.h:54
static int pPerm[13719]
Definition: rwrTemp.c:32
#define assert(ex)
Definition: util_old.h:213
static void Vec_IntClear(Vec_Int_t *p)
Definition: bblif.c:452
int Ifn_AddClause ( sat_solver pSat,
int *  pBeg,
int *  pEnd 
)

Function*************************************************************

Synopsis [Adds parameter constraints.]

Description []

SideEffects []

SeeAlso []

Definition at line 920 of file ifTune.c.

921 {
922  int fVerbose = 0;
923  int RetValue = sat_solver_addclause( pSat, pBeg, pEnd );
924  if ( fVerbose )
925  {
926  for ( ; pBeg < pEnd; pBeg++ )
927  printf( "%c%d ", Abc_LitIsCompl(*pBeg) ? '-':'+', Abc_Lit2Var(*pBeg) );
928  printf( "\n" );
929  }
930  return RetValue;
931 }
int sat_solver_addclause(sat_solver *s, lit *begin, lit *end)
Definition: satSolver.c:1492
static int Abc_LitIsCompl(int Lit)
Definition: abc_global.h:265
static int Abc_Lit2Var(int Lit)
Definition: abc_global.h:264
static word* Ifn_ElemTruth ( Ifn_Ntk_t p,
int  i 
)
inlinestatic

Definition at line 91 of file ifTune.c.

91 { return p->pTtElems + i * Abc_TtWordNum(p->nInps); }
word pTtElems[IFN_INS *IFN_WRD]
Definition: ifTune.c:87
int nInps
Definition: ifTune.c:72
static int Abc_TtWordNum(int nVars)
Definition: utilTruth.h:169
int Ifn_ErrorMessage ( const char *  format,
  ... 
)

Function*************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 183 of file ifTune.c.

184 {
185  char * pMessage;
186  va_list args;
187  va_start( args, format );
188  pMessage = vnsprintf( format, args );
189  va_end( args );
190  printf( "%s", pMessage );
191  ABC_FREE( pMessage );
192  return 0;
193 }
char * vnsprintf(const char *format, va_list args)
Definition: utilFile.c:168
#define ABC_FREE(obj)
Definition: abc_global.h:232
sat_solver* Ifn_ManSatBuild ( Ifn_Ntk_t p,
Vec_Int_t **  pvPiVars,
Vec_Int_t **  pvPoVars 
)

Definition at line 608 of file ifTune.c.

609 {
610  Gia_Man_t * p1, * p2;
611  sat_solver * pSat = NULL;
612  *pvPiVars = *pvPoVars = NULL;
613  p1 = Ifn_ManStrFindModel( p );
614 // Gia_AigerWrite( p1, "satbuild.aig", 0, 0 );
615  p2 = Ifn_ManStrFindCofactors( p->nInps, p1 );
616  Gia_ManStop( p1 );
617 // Gia_AigerWrite( p2, "satbuild2.aig", 0, 0 );
618  pSat = Ifn_ManStrFindSolver( p2, pvPiVars, pvPoVars );
619  Gia_ManStop( p2 );
620  return pSat;
621 }
void Gia_ManStop(Gia_Man_t *p)
Definition: giaMan.c:77
int nInps
Definition: ifTune.c:72
sat_solver * Ifn_ManStrFindSolver(Gia_Man_t *p, Vec_Int_t **pvPiVars, Vec_Int_t **pvPoVars)
Definition: ifTune.c:584
Gia_Man_t * Ifn_ManStrFindModel(Ifn_Ntk_t *p)
Definition: ifTune.c:477
Gia_Man_t * Ifn_ManStrFindCofactors(int nIns, Gia_Man_t *p)
Definition: ifTune.c:537
Definition: gia.h:95
int Ifn_ManSatCheckOne ( sat_solver pSat,
Vec_Int_t vPoVars,
word pTruth,
int  nVars,
int *  pPerm,
int  nInps,
Vec_Int_t vLits 
)

Definition at line 651 of file ifTune.c.

652 {
653  int v, Value, m, mNew, nMints = (1 << nVars); // (1 << nInps);
654  assert( (1 << nInps) == Vec_IntSize(vPoVars) );
655  assert( nVars <= nInps );
656  // remap minterms
657  Vec_IntFill( vLits, Vec_IntSize(vPoVars), -1 );
658  for ( m = 0; m < nMints; m++ )
659  {
660  mNew = 0;
661  for ( v = 0; v < nInps; v++ )
662  {
663  assert( pPerm[v] < nVars );
664  if ( ((m >> pPerm[v]) & 1) )
665  mNew |= (1 << v);
666  }
667  assert( Vec_IntEntry(vLits, mNew) == -1 );
668  Vec_IntWriteEntry( vLits, mNew, Abc_TtGetBit(pTruth, m) );
669  }
670  // find assumptions
671  v = 0;
672  Vec_IntForEachEntry( vLits, Value, m )
673  if ( Value >= 0 )
674  Vec_IntWriteEntry( vLits, v++, Abc_Var2Lit(Vec_IntEntry(vPoVars, m), !Value) );
675  Vec_IntShrink( vLits, v );
676  // run SAT solver
677  Value = sat_solver_solve( pSat, Vec_IntArray(vLits), Vec_IntArray(vLits) + Vec_IntSize(vLits), 0, 0, 0, 0 );
678  return (int)(Value == l_True);
679 }
static int * Vec_IntArray(Vec_Int_t *p)
Definition: vecInt.h:328
int sat_solver_solve(sat_solver *s, lit *begin, lit *end, ABC_INT64_T nConfLimit, ABC_INT64_T nInsLimit, ABC_INT64_T nConfLimitGlobal, ABC_INT64_T nInsLimitGlobal)
Definition: satSolver.c:1700
static int Abc_Var2Lit(int Var, int fCompl)
Definition: abc_global.h:263
#define l_True
Definition: SolverTypes.h:84
static int Abc_TtGetBit(word *p, int i)
MACRO DEFINITIONS ///.
Definition: utilTruth.h:149
static void Vec_IntWriteEntry(Vec_Int_t *p, int i, int Entry)
Definition: bblif.c:285
static int Vec_IntEntry(Vec_Int_t *p, int i)
Definition: bblif.c:268
static void Vec_IntFill(Vec_Int_t *p, int nSize, int Fill)
Definition: bblif.c:356
if(last==0)
Definition: sparse_int.h:34
static int pPerm[13719]
Definition: rwrTemp.c:32
static int Vec_IntSize(Vec_Int_t *p)
Definition: bblif.c:252
static void Vec_IntShrink(Vec_Int_t *p, int nSizeNew)
Definition: bblif.c:435
#define assert(ex)
Definition: util_old.h:213
#define Vec_IntForEachEntry(vVec, Entry, i)
MACRO DEFINITIONS ///.
Definition: vecInt.h:54
void Ifn_ManSatDeriveOne ( sat_solver pSat,
Vec_Int_t vPiVars,
Vec_Int_t vValues 
)

Definition at line 680 of file ifTune.c.

681 {
682  int i, iVar;
683  Vec_IntClear( vValues );
684  Vec_IntForEachEntry( vPiVars, iVar, i )
685  Vec_IntPush( vValues, sat_solver_var_value(pSat, iVar) );
686 }
static int sat_solver_var_value(sat_solver *s, int v)
Definition: satSolver.h:200
static void Vec_IntPush(Vec_Int_t *p, int Entry)
Definition: bblif.c:468
static void Vec_IntClear(Vec_Int_t *p)
Definition: bblif.c:452
#define Vec_IntForEachEntry(vVec, Entry, i)
MACRO DEFINITIONS ///.
Definition: vecInt.h:54
int Ifn_ManSatFindCofigBitsTest ( Ifn_Ntk_t p,
word pTruth,
int  nVars,
word  Perm 
)

Definition at line 705 of file ifTune.c.

706 {
707  Vec_Int_t * vValues = Vec_IntAlloc( 100 );
708  Vec_Int_t * vPiVars, * vPoVars;
709  sat_solver * pSat = Ifn_ManSatBuild( p, &vPiVars, &vPoVars );
710  int RetValue = If_ManSatFindCofigBits( pSat, vPiVars, vPoVars, pTruth, nVars, Perm, p->nInps, vValues );
711  Vec_IntPrint( vValues );
712  // cleanup
713  sat_solver_delete( pSat );
714  Vec_IntFreeP( &vPiVars );
715  Vec_IntFreeP( &vPoVars );
716  Vec_IntFreeP( &vValues );
717  return RetValue;
718 }
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
Definition: bblif.c:37
sat_solver * Ifn_ManSatBuild(Ifn_Ntk_t *p, Vec_Int_t **pvPiVars, Vec_Int_t **pvPoVars)
Definition: ifTune.c:608
void sat_solver_delete(sat_solver *s)
Definition: satSolver.c:1141
int nInps
Definition: ifTune.c:72
int If_ManSatFindCofigBits(void *pSat, Vec_Int_t *vPiVars, Vec_Int_t *vPoVars, word *pTruth, int nVars, word Perm, int nInps, Vec_Int_t *vValues)
Definition: ifTune.c:687
static Vec_Int_t * Vec_IntAlloc(int nCap)
FUNCTION DEFINITIONS ///.
Definition: bblif.c:149
static void Vec_IntFreeP(Vec_Int_t **p)
Definition: vecInt.h:289
static void Vec_IntPrint(Vec_Int_t *vVec)
Definition: vecInt.h:1803
void Ifn_ManSatPrintPerm ( char *  pPerms,
int  nVars 
)

Function*************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 644 of file ifTune.c.

645 {
646  int i;
647  for ( i = 0; i < nVars; i++ )
648  printf( "%c", 'a' + pPerms[i] );
649  printf( "\n" );
650 }
int Ifn_ManStrCheck ( char *  pStr,
int *  pnInps,
int *  pnObjs 
)

Definition at line 206 of file ifTune.c.

207 {
208  int i, nNodes = 0, Marks[32] = {0}, MaxVar = -1;
209  for ( i = 0; pStr[i]; i++ )
210  {
211  if ( Inf_ManOpenSymb(pStr+i) )
212  nNodes++;
213  if ( pStr[i] == ';' ||
214  pStr[i] == '(' || pStr[i] == ')' ||
215  pStr[i] == '[' || pStr[i] == ']' ||
216  pStr[i] == '<' || pStr[i] == '>' ||
217  pStr[i] == '{' || pStr[i] == '}' )
218  continue;
219  if ( pStr[i] >= 'A' && pStr[i] <= 'Z' )
220  continue;
221  if ( pStr[i] >= 'a' && pStr[i] <= 'z' )
222  {
223  MaxVar = Abc_MaxInt( MaxVar, (int)(pStr[i] - 'a') );
224  Marks[pStr[i] - 'a'] = 1;
225  continue;
226  }
227  return Ifn_ErrorMessage( "String \"%s\" contains unrecognized symbol \'%c\'.\n", pStr, pStr[i] );
228  }
229  for ( i = 0; i <= MaxVar; i++ )
230  if ( Marks[i] == 0 )
231  return Ifn_ErrorMessage( "String \"%s\" has no symbol \'%c\'.\n", pStr, 'a' + i );
232  *pnInps = MaxVar + 1;
233  *pnObjs = MaxVar + 1 + nNodes;
234  return 1;
235 }
int Inf_ManOpenSymb(char *pStr)
Definition: ifTune.c:194
int Ifn_ErrorMessage(const char *format,...)
Definition: ifTune.c:183
static int Abc_MaxInt(int a, int b)
Definition: abc_global.h:238
int Ifn_ManStrCheck2 ( char *  pStr,
int *  pnInps,
int *  pnObjs 
)

Definition at line 324 of file ifTune.c.

325 {
326  int i, Marks[32] = {0}, MaxVar = 0, MaxDef = 0;
327  for ( i = 0; pStr[i]; i++ )
328  {
329  if ( pStr[i] == '=' || pStr[i] == ';' ||
330  pStr[i] == '(' || pStr[i] == ')' ||
331  pStr[i] == '[' || pStr[i] == ']' ||
332  pStr[i] == '<' || pStr[i] == '>' ||
333  pStr[i] == '{' || pStr[i] == '}' )
334  continue;
335  if ( pStr[i] >= 'A' && pStr[i] <= 'Z' )
336  continue;
337  if ( pStr[i] >= 'a' && pStr[i] <= 'z' )
338  {
339  if ( pStr[i+1] == '=' )
340  Marks[pStr[i] - 'a'] = 2, MaxDef = Abc_MaxInt(MaxDef, pStr[i] - 'a');
341  continue;
342  }
343  return Ifn_ErrorMessage( "String \"%s\" contains unrecognized symbol \'%c\'.\n", pStr, pStr[i] );
344  }
345  for ( i = 0; pStr[i]; i++ )
346  {
347  if ( pStr[i] == '=' || pStr[i] == ';' ||
348  pStr[i] == '(' || pStr[i] == ')' ||
349  pStr[i] == '[' || pStr[i] == ']' ||
350  pStr[i] == '<' || pStr[i] == '>' ||
351  pStr[i] == '{' || pStr[i] == '}' )
352  continue;
353  if ( pStr[i] >= 'A' && pStr[i] <= 'Z' )
354  continue;
355  if ( pStr[i] >= 'a' && pStr[i] <= 'z' )
356  {
357  if ( pStr[i+1] != '=' && Marks[pStr[i] - 'a'] != 2 )
358  Marks[pStr[i] - 'a'] = 1, MaxVar = Abc_MaxInt(MaxVar, pStr[i] - 'a');
359  continue;
360  }
361  return Ifn_ErrorMessage( "String \"%s\" contains unrecognized symbol \'%c\'.\n", pStr, pStr[i] );
362  }
363  MaxVar++;
364  MaxDef++;
365  for ( i = 0; i < MaxDef; i++ )
366  if ( Marks[i] == 0 )
367  return Ifn_ErrorMessage( "String \"%s\" has no symbol \'%c\'.\n", pStr, 'a' + i );
368  for ( i = 0; i < MaxVar; i++ )
369  if ( Marks[i] == 2 )
370  return Ifn_ErrorMessage( "String \"%s\" has definition of input variable \'%c\'.\n", pStr, 'a' + i );
371  for ( i = MaxVar; i < MaxDef; i++ )
372  if ( Marks[i] == 1 )
373  return Ifn_ErrorMessage( "String \"%s\" has no definition for internal variable \'%c\'.\n", pStr, 'a' + i );
374  *pnInps = MaxVar;
375  *pnObjs = MaxDef;
376  return 1;
377 }
int Ifn_ErrorMessage(const char *format,...)
Definition: ifTune.c:183
static int Abc_MaxInt(int a, int b)
Definition: abc_global.h:238
Gia_Man_t* Ifn_ManStrFindCofactors ( int  nIns,
Gia_Man_t p 
)

Definition at line 537 of file ifTune.c.

538 {
539  Gia_Man_t * pNew, * pTemp;
540  Gia_Obj_t * pObj;
541  int i, m, nMints = 1 << nIns;
542  pNew = Gia_ManStart( Gia_ManObjNum(p) );
543  pNew->pName = Abc_UtilStrsav( p->pName );
544  Gia_ManHashAlloc( pNew );
545  Gia_ManConst0(p)->Value = 0;
546  Gia_ManForEachCi( p, pObj, i )
547  if ( i >= nIns )
548  pObj->Value = Gia_ManAppendCi( pNew );
549  for ( m = 0; m < nMints; m++ )
550  {
551  Gia_ManForEachCi( p, pObj, i )
552  if ( i < nIns )
553  pObj->Value = ((m >> i) & 1);
554  Gia_ManForEachAnd( p, pObj, i )
555  pObj->Value = Gia_ManHashAnd( pNew, Gia_ObjFanin0Copy(pObj), Gia_ObjFanin1Copy(pObj) );
556  Gia_ManForEachPo( p, pObj, i )
557  pObj->Value = Gia_ManAppendCo( pNew, Gia_ObjFanin0Copy(pObj) );
558  }
559  pNew = Gia_ManCleanup( pTemp = pNew );
560  Gia_ManStop( pTemp );
561  return pNew;
562 }
void Gia_ManStop(Gia_Man_t *p)
Definition: giaMan.c:77
static int Gia_ManAppendCo(Gia_Man_t *p, int iLit0)
Definition: gia.h:703
static int Gia_ManAppendCi(Gia_Man_t *p)
Definition: gia.h:583
for(p=first;p->value< newval;p=p->next)
Definition: gia.h:75
#define Gia_ManForEachCi(p, pObj, i)
Definition: gia.h:1016
char * pName
Definition: gia.h:97
static int Gia_ObjFanin1Copy(Gia_Obj_t *pObj)
Definition: gia.h:482
if(last==0)
Definition: sparse_int.h:34
Gia_Man_t * Gia_ManStart(int nObjsMax)
DECLARATIONS ///.
Definition: giaMan.c:52
#define Gia_ManForEachAnd(p, pObj, i)
Definition: gia.h:1002
static int Gia_ObjFanin0Copy(Gia_Obj_t *pObj)
Definition: gia.h:481
Definition: gia.h:95
static Gia_Obj_t * Gia_ManConst0(Gia_Man_t *p)
Definition: gia.h:400
unsigned Value
Definition: gia.h:87
void Gia_ManHashAlloc(Gia_Man_t *p)
Definition: giaHash.c:99
Gia_Man_t * Gia_ManCleanup(Gia_Man_t *p)
Definition: giaScl.c:84
char * Abc_UtilStrsav(char *s)
Definition: starter.c:47
#define Gia_ManForEachPo(p, pObj, i)
Definition: gia.h:1036
int Gia_ManHashAnd(Gia_Man_t *p, int iLit0, int iLit1)
Definition: giaHash.c:572
static int Gia_ManObjNum(Gia_Man_t *p)
Definition: gia.h:388
Gia_Man_t* Ifn_ManStrFindModel ( Ifn_Ntk_t p)

Function*************************************************************

Synopsis [Derive AIG.]

Description []

SideEffects []

SeeAlso []

Definition at line 477 of file ifTune.c.

478 {
479  Gia_Man_t * pNew, * pTemp;
480  int i, k, iLit, * pVarMap = ABC_FALLOC( int, p->nParsVIni );
481  pNew = Gia_ManStart( 1000 );
482  pNew->pName = Abc_UtilStrsav( "model" );
483  Gia_ManHashStart( pNew );
484  for ( i = 0; i < p->nInps; i++ )
485  pVarMap[i] = Gia_ManAppendCi(pNew);
486  for ( i = p->nObjs; i < p->nParsVIni; i++ )
487  pVarMap[i] = Gia_ManAppendCi(pNew);
488  for ( i = p->nInps; i < p->nObjs; i++ )
489  {
490  int Type = p->Nodes[i].Type;
491  int nFans = p->Nodes[i].nFanins;
492  int * pFans = p->Nodes[i].Fanins;
493  int iFanin = p->Nodes[i].iFirst;
494  if ( Type == IFN_DSD_AND )
495  {
496  iLit = 1;
497  for ( k = 0; k < nFans; k++ )
498  iLit = Gia_ManHashAnd( pNew, iLit, pVarMap[pFans[k]] );
499  pVarMap[i] = iLit;
500  }
501  else if ( Type == IFN_DSD_XOR )
502  {
503  iLit = 0;
504  for ( k = 0; k < nFans; k++ )
505  iLit = Gia_ManHashXor( pNew, iLit, pVarMap[pFans[k]] );
506  pVarMap[i] = iLit;
507  }
508  else if ( Type == IFN_DSD_MUX )
509  {
510  assert( nFans == 3 );
511  pVarMap[i] = Gia_ManHashMux( pNew, pVarMap[pFans[0]], pVarMap[pFans[1]], pVarMap[pFans[2]] );
512  }
513  else if ( Type == IFN_DSD_PRIME )
514  {
515  int n, Step, pVarsData[256];
516  int nMints = (1 << nFans);
517  assert( nFans >= 1 && nFans <= 8 );
518  for ( k = 0; k < nMints; k++ )
519  pVarsData[k] = pVarMap[iFanin + k];
520  for ( Step = 1, k = 0; k < nFans; k++, Step <<= 1 )
521  for ( n = 0; n < nMints; n += Step << 1 )
522  pVarsData[n] = Gia_ManHashMux( pNew, pVarMap[pFans[k]], pVarsData[n+Step], pVarsData[n] );
523  assert( Step == nMints );
524  pVarMap[i] = pVarsData[0];
525  }
526  else assert( 0 );
527  }
528  Gia_ManAppendCo( pNew, pVarMap[p->nObjs-1] );
529  ABC_FREE( pVarMap );
530  pNew = Gia_ManCleanup( pTemp = pNew );
531  Gia_ManStop( pTemp );
532  assert( Gia_ManPiNum(pNew) == p->nParsVIni - (p->nObjs - p->nInps) );
533  assert( Gia_ManPoNum(pNew) == 1 );
534  return pNew;
535 }
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
void Gia_ManStop(Gia_Man_t *p)
Definition: giaMan.c:77
static int Gia_ManPoNum(Gia_Man_t *p)
Definition: gia.h:386
static int Gia_ManAppendCo(Gia_Man_t *p, int iLit0)
Definition: gia.h:703
int Gia_ManHashXor(Gia_Man_t *p, int iLit0, int iLit1)
Definition: giaHash.c:658
int nParsVIni
Definition: ifTune.c:82
static int Gia_ManAppendCi(Gia_Man_t *p)
Definition: gia.h:583
int nInps
Definition: ifTune.c:72
int nObjs
Definition: ifTune.c:73
char * pName
Definition: gia.h:97
int Gia_ManHashMux(Gia_Man_t *p, int iCtrl, int iData1, int iData0)
Definition: giaHash.c:677
void Gia_ManHashStart(Gia_Man_t *p)
Definition: giaHash.c:117
Gia_Man_t * Gia_ManStart(int nObjsMax)
DECLARATIONS ///.
Definition: giaMan.c:52
unsigned iFirst
Definition: ifTune.c:65
#define ABC_FREE(obj)
Definition: abc_global.h:232
Definition: gia.h:95
#define assert(ex)
Definition: util_old.h:213
static int Gia_ManPiNum(Gia_Man_t *p)
Definition: gia.h:385
Gia_Man_t * Gia_ManCleanup(Gia_Man_t *p)
Definition: giaScl.c:84
char * Abc_UtilStrsav(char *s)
Definition: starter.c:47
int Gia_ManHashAnd(Gia_Man_t *p, int iLit0, int iLit1)
Definition: giaHash.c:572
unsigned Type
Definition: ifTune.c:63
#define ABC_FALLOC(type, num)
Definition: abc_global.h:231
sat_solver* Ifn_ManStrFindSolver ( Gia_Man_t p,
Vec_Int_t **  pvPiVars,
Vec_Int_t **  pvPoVars 
)

Definition at line 584 of file ifTune.c.

585 {
586  sat_solver * pSat;
587  Gia_Obj_t * pObj;
588  Cnf_Dat_t * pCnf;
589  int i;
590  pCnf = Cnf_DeriveGiaRemapped( p );
591  // start the SAT solver
592  pSat = sat_solver_new();
593  sat_solver_setnvars( pSat, pCnf->nVars );
594  // add timeframe clauses
595  for ( i = 0; i < pCnf->nClauses; i++ )
596  if ( !sat_solver_addclause( pSat, pCnf->pClauses[i], pCnf->pClauses[i+1] ) )
597  assert( 0 );
598  // inputs/outputs
599  *pvPiVars = Vec_IntAlloc( Gia_ManPiNum(p) );
600  Gia_ManForEachCi( p, pObj, i )
601  Vec_IntPush( *pvPiVars, pCnf->pVarNums[Gia_ObjId(p, pObj)] );
602  *pvPoVars = Vec_IntAlloc( Gia_ManPoNum(p) );
603  Gia_ManForEachCo( p, pObj, i )
604  Vec_IntPush( *pvPoVars, pCnf->pVarNums[Gia_ObjId(p, pObj)] );
605  Cnf_DataFree( pCnf );
606  return pSat;
607 }
#define Gia_ManForEachCo(p, pObj, i)
Definition: gia.h:1022
static int Gia_ManPoNum(Gia_Man_t *p)
Definition: gia.h:386
int sat_solver_addclause(sat_solver *s, lit *begin, lit *end)
Definition: satSolver.c:1492
int nClauses
Definition: cnf.h:61
int nVars
Definition: cnf.h:59
Definition: cnf.h:56
static Cnf_Dat_t * Cnf_DeriveGiaRemapped(Gia_Man_t *p)
Definition: ifTune.c:575
Definition: gia.h:75
#define Gia_ManForEachCi(p, pObj, i)
Definition: gia.h:1016
int ** pClauses
Definition: cnf.h:62
static Vec_Int_t * Vec_IntAlloc(int nCap)
FUNCTION DEFINITIONS ///.
Definition: bblif.c:149
void sat_solver_setnvars(sat_solver *s, int n)
Definition: satSolver.c:1072
static void Vec_IntPush(Vec_Int_t *p, int Entry)
Definition: bblif.c:468
static int Gia_ObjId(Gia_Man_t *p, Gia_Obj_t *pObj)
Definition: gia.h:410
sat_solver * sat_solver_new(void)
Definition: satSolver.c:1001
void Cnf_DataFree(Cnf_Dat_t *p)
Definition: cnfMan.c:180
#define assert(ex)
Definition: util_old.h:213
static int Gia_ManPiNum(Gia_Man_t *p)
Definition: gia.h:385
int Ifn_ManStrType2 ( char *  pStr)

Function*************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 316 of file ifTune.c.

317 {
318  int i;
319  for ( i = 0; pStr[i]; i++ )
320  if ( pStr[i] == '=' )
321  return 1;
322  return 0;
323 }
int Ifn_NtkAddClauses ( Ifn_Ntk_t p,
int *  pValues,
sat_solver pSat 
)

Function*************************************************************

Synopsis [Derive clauses given variable assignment.]

Description []

SideEffects []

SeeAlso []

Definition at line 1009 of file ifTune.c.

1010 {
1011  int i, f, v, nLits, pLits[IFN_INS+2], pLits2[IFN_INS+2];
1012  // assign new variables
1013  int nSatVars = sat_solver_nvars(pSat);
1014  for ( i = 0; i < p->nObjs-1; i++ )
1015  p->Nodes[i].Var = nSatVars++;
1016  p->Nodes[p->nObjs-1].Var = 0xFFFF;
1017  sat_solver_setnvars( pSat, nSatVars );
1018  // verify variable values
1019  for ( i = 0; i < p->nVars; i++ )
1020  assert( pValues[i] != -1 );
1021  for ( i = p->nVars; i < p->nObjs-1; i++ )
1022  assert( pValues[i] == -1 );
1023  assert( pValues[p->nObjs-1] != -1 );
1024  // internal variables
1025 //printf( "\n" );
1026  for ( i = 0; i < p->nInps; i++ )
1027  {
1028  int iParStart = p->nParsVIni + i * p->nParsVNum;
1029  for ( v = 0; v < p->nVars; v++ )
1030  {
1031  // add output literal
1032  pLits[0] = Abc_Var2Lit( p->Nodes[i].Var, pValues[v]==0 );
1033  // add clause literals
1034  for ( f = 0; f < p->nParsVNum; f++ )
1035  pLits[f+1] = Abc_Var2Lit( iParStart + f, (v >> f) & 1 );
1036  if ( !Ifn_AddClause( pSat, pLits, pLits+p->nParsVNum+1 ) )
1037  return 0;
1038  }
1039  }
1040 //printf( "\n" );
1041  for ( i = p->nInps; i < p->nObjs; i++ )
1042  {
1043  int nFans = p->Nodes[i].nFanins;
1044  int * pFans = p->Nodes[i].Fanins;
1045  if ( p->Nodes[i].Type == IFN_DSD_AND )
1046  {
1047  nLits = 0;
1048  pLits[nLits++] = Abc_Var2Lit( p->Nodes[i].Var, 0 );
1049  for ( f = 0; f < nFans; f++ )
1050  {
1051  pLits[nLits++] = Abc_Var2Lit( p->Nodes[pFans[f]].Var, 1 );
1052  // add small clause
1053  pLits2[0] = Abc_Var2Lit( p->Nodes[i].Var, 1 );
1054  pLits2[1] = Abc_Var2Lit( p->Nodes[pFans[f]].Var, 0 );
1055  if ( !Ifn_AddClause( pSat, pLits2, pLits2 + 2 ) )
1056  return 0;
1057  }
1058  // add big clause
1059  if ( !Ifn_AddClause( pSat, pLits, pLits + nLits ) )
1060  return 0;
1061  }
1062  else if ( p->Nodes[i].Type == IFN_DSD_XOR )
1063  {
1064  int m, nMints = (1 << (nFans+1));
1065  for ( m = 0; m < nMints; m++ )
1066  {
1067  // skip even
1068  int Count = 0;
1069  for ( v = 0; v <= nFans; v++ )
1070  Count += ((m >> v) & 1);
1071  if ( (Count & 1) == 0 )
1072  continue;
1073  // generate minterm
1074  pLits[0] = Abc_Var2Lit( p->Nodes[i].Var, (m >> nFans) & 1 );
1075  for ( v = 0; v < nFans; v++ )
1076  pLits[v+1] = Abc_Var2Lit( p->Nodes[pFans[v]].Var, (m >> v) & 1 );
1077  if ( !Ifn_AddClause( pSat, pLits, pLits + nFans + 1 ) )
1078  return 0;
1079  }
1080  }
1081  else if ( p->Nodes[i].Type == IFN_DSD_MUX )
1082  {
1083  pLits[0] = Abc_Var2Lit( p->Nodes[i].Var, 0 );
1084  pLits[1] = Abc_Var2Lit( p->Nodes[pFans[0]].Var, 1 ); // ctrl
1085  pLits[2] = Abc_Var2Lit( p->Nodes[pFans[1]].Var, 1 );
1086  if ( !Ifn_AddClause( pSat, pLits, pLits + 3 ) )
1087  return 0;
1088 
1089  pLits[0] = Abc_Var2Lit( p->Nodes[i].Var, 1 );
1090  pLits[1] = Abc_Var2Lit( p->Nodes[pFans[0]].Var, 1 ); // ctrl
1091  pLits[2] = Abc_Var2Lit( p->Nodes[pFans[1]].Var, 0 );
1092  if ( !Ifn_AddClause( pSat, pLits, pLits + 3 ) )
1093  return 0;
1094 
1095  pLits[0] = Abc_Var2Lit( p->Nodes[i].Var, 0 );
1096  pLits[1] = Abc_Var2Lit( p->Nodes[pFans[0]].Var, 0 ); // ctrl
1097  pLits[2] = Abc_Var2Lit( p->Nodes[pFans[2]].Var, 1 );
1098  if ( !Ifn_AddClause( pSat, pLits, pLits + 3 ) )
1099  return 0;
1100 
1101  pLits[0] = Abc_Var2Lit( p->Nodes[i].Var, 1 );
1102  pLits[1] = Abc_Var2Lit( p->Nodes[pFans[0]].Var, 0 ); // ctrl
1103  pLits[2] = Abc_Var2Lit( p->Nodes[pFans[2]].Var, 0 );
1104  if ( !Ifn_AddClause( pSat, pLits, pLits + 3 ) )
1105  return 0;
1106  }
1107  else if ( p->Nodes[i].Type == IFN_DSD_PRIME )
1108  {
1109  int nValues = (1 << nFans);
1110  int iParStart = p->Nodes[i].iFirst;
1111  for ( v = 0; v < nValues; v++ )
1112  {
1113  nLits = 0;
1114  if ( pValues[i] == -1 )
1115  {
1116  pLits[nLits] = Abc_Var2Lit( p->Nodes[i].Var, 0 );
1117  pLits2[nLits] = Abc_Var2Lit( p->Nodes[i].Var, 1 );
1118  nLits++;
1119  }
1120  for ( f = 0; f < nFans; f++, nLits++ )
1121  pLits[nLits] = pLits2[nLits] = Abc_Var2Lit( p->Nodes[pFans[f]].Var, (v >> f) & 1 );
1122  pLits[nLits] = Abc_Var2Lit( iParStart + v, 1 );
1123  pLits2[nLits] = Abc_Var2Lit( iParStart + v, 0 );
1124  nLits++;
1125  if ( pValues[i] != 0 )
1126  {
1127  if ( !Ifn_AddClause( pSat, pLits2, pLits2 + nLits ) )
1128  return 0;
1129  }
1130  if ( pValues[i] != 1 )
1131  {
1132  if ( !Ifn_AddClause( pSat, pLits, pLits + nLits ) )
1133  return 0;
1134  }
1135  }
1136  }
1137  else assert( 0 );
1138 //printf( "\n" );
1139  }
1140  return 1;
1141 }
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int nParsVIni
Definition: ifTune.c:82
static int Abc_Var2Lit(int Var, int fCompl)
Definition: abc_global.h:263
int nInps
Definition: ifTune.c:72
int nVars
Definition: ifTune.c:79
unsigned Var
Definition: ifTune.c:66
int nObjs
Definition: ifTune.c:73
int nParsVNum
Definition: ifTune.c:81
#define IFN_INS
DECLARATIONS ///.
Definition: ifTune.c:34
void sat_solver_setnvars(sat_solver *s, int n)
Definition: satSolver.c:1072
int sat_solver_nvars(sat_solver *s)
Definition: satSolver.c:1896
unsigned iFirst
Definition: ifTune.c:65
int Ifn_AddClause(sat_solver *pSat, int *pBeg, int *pEnd)
Definition: ifTune.c:920
#define assert(ex)
Definition: util_old.h:213
unsigned Type
Definition: ifTune.c:63
void Ifn_NtkAddConstraints ( Ifn_Ntk_t p,
sat_solver pSat 
)

Definition at line 952 of file ifTune.c.

953 {
954  int fAddConstr = 1;
955  Vec_Int_t * vCover = Vec_IntAlloc( 0 );
956  word uTruth = Abc_Tt6Stretch( ~Abc_Tt6Mask(p->nVars), p->nParsVNum );
957  assert( p->nParsVNum <= 4 );
958  if ( uTruth )
959  {
960  int i, k, pVars[IFN_INS];
961  int RetValue = Kit_TruthIsop( (unsigned *)&uTruth, p->nParsVNum, vCover, 0 );
962  assert( RetValue == 0 );
963 // Dau_DsdPrintFromTruth( &uTruth, p->nParsVNum );
964  // add capacity constraints
965  for ( i = 0; i < p->nInps; i++ )
966  {
967  for ( k = 0; k < p->nParsVNum; k++ )
968  pVars[k] = p->nParsVIni + i * p->nParsVNum + k;
969  Ifn_NtkAddConstrOne( pSat, vCover, pVars, p->nParsVNum );
970  }
971  }
972  // ordering constraints
973  if ( fAddConstr && p->nConstr )
974  {
975  word pTruth[4];
976  int i, k, RetValue, pVars[2*IFN_INS];
977  int fForceDiff = (p->nVars == p->nInps);
978  Ifn_TtComparisonConstr( pTruth, p->nParsVNum, fForceDiff, fForceDiff );
979  RetValue = Kit_TruthIsop( (unsigned *)pTruth, 2*p->nParsVNum, vCover, 0 );
980  assert( RetValue == 0 );
981 // Kit_TruthIsopPrintCover( vCover, 2*p->nParsVNum, 0 );
982  for ( i = 0; i < p->nConstr; i++ )
983  {
984  int iVar1 = p->pConstr[i] >> 16;
985  int iVar2 = p->pConstr[i] & 0xFFFF;
986  for ( k = 0; k < p->nParsVNum; k++ )
987  {
988  pVars[2*k+0] = p->nParsVIni + iVar1 * p->nParsVNum + k;
989  pVars[2*k+1] = p->nParsVIni + iVar2 * p->nParsVNum + k;
990  }
991  Ifn_NtkAddConstrOne( pSat, vCover, pVars, 2*p->nParsVNum );
992 // printf( "added constraint with %d clauses for %d and %d\n", Vec_IntSize(vCover), iVar1, iVar2 );
993  }
994  }
995  Vec_IntFree( vCover );
996 }
void Ifn_TtComparisonConstr(word *pTruth, int nVars, int fMore, int fEqual)
Definition: ifTune.c:877
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
Definition: bblif.c:37
int pConstr[IFN_INS]
Definition: ifTune.c:76
int nParsVIni
Definition: ifTune.c:82
int nInps
Definition: ifTune.c:72
int nVars
Definition: ifTune.c:79
int nConstr
Definition: ifTune.c:77
static Vec_Int_t * Vec_IntAlloc(int nCap)
FUNCTION DEFINITIONS ///.
Definition: bblif.c:149
int nParsVNum
Definition: ifTune.c:81
#define IFN_INS
DECLARATIONS ///.
Definition: ifTune.c:34
int Kit_TruthIsop(unsigned *puTruth, int nVars, Vec_Int_t *vMemory, int fTryBoth)
FUNCTION DEFINITIONS ///.
Definition: kitIsop.c:55
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
static word Abc_Tt6Stretch(word t, int nVars)
Definition: utilTruth.h:708
void Ifn_NtkAddConstrOne(sat_solver *pSat, Vec_Int_t *vCover, int *pVars, int nVars)
Definition: ifTune.c:932
static word Abc_Tt6Mask(int nBits)
Definition: utilTruth.h:184
#define assert(ex)
Definition: util_old.h:213
static void Vec_IntFree(Vec_Int_t *p)
Definition: bblif.c:235
void Ifn_NtkAddConstrOne ( sat_solver pSat,
Vec_Int_t vCover,
int *  pVars,
int  nVars 
)

Definition at line 932 of file ifTune.c.

933 {
934  int RetValue, k, c, Cube, Literal, nLits, pLits[IFN_INS];
935  Vec_IntForEachEntry( vCover, Cube, c )
936  {
937  nLits = 0;
938  for ( k = 0; k < nVars; k++ )
939  {
940  Literal = 3 & (Cube >> (k << 1));
941  if ( Literal == 1 ) // '0' -> pos lit
942  pLits[nLits++] = Abc_Var2Lit(pVars[k], 0);
943  else if ( Literal == 2 ) // '1' -> neg lit
944  pLits[nLits++] = Abc_Var2Lit(pVars[k], 1);
945  else if ( Literal != 0 )
946  assert( 0 );
947  }
948  RetValue = Ifn_AddClause( pSat, pLits, pLits + nLits );
949  assert( RetValue );
950  }
951 }
static int Abc_Var2Lit(int Var, int fCompl)
Definition: abc_global.h:263
#define IFN_INS
DECLARATIONS ///.
Definition: ifTune.c:34
int Ifn_AddClause(sat_solver *pSat, int *pBeg, int *pEnd)
Definition: ifTune.c:920
#define assert(ex)
Definition: util_old.h:213
#define Vec_IntForEachEntry(vVec, Entry, i)
MACRO DEFINITIONS ///.
Definition: vecInt.h:54
word* Ifn_NtkDeriveTruth ( Ifn_Ntk_t p,
int *  pValues 
)

Function*************************************************************

Synopsis [Derive truth table given the configulation values.]

Description []

SideEffects []

SeeAlso []

Definition at line 805 of file ifTune.c.

806 {
807  int i, v, f, iVar, iStart;
808  // elementary variables
809  for ( i = 0; i < p->nInps; i++ )
810  {
811  // find variable
812  iStart = p->nParsVIni + i * p->nParsVNum;
813  for ( v = iVar = 0; v < p->nParsVNum; v++ )
814  if ( p->Values[iStart+v] )
815  iVar += (1 << v);
816  // assign variable
817  Abc_TtCopy( Ifn_ObjTruth(p, i), Ifn_ElemTruth(p, iVar), p->nWords, 0 );
818  }
819  // internal variables
820  for ( i = p->nInps; i < p->nObjs; i++ )
821  {
822  int nFans = p->Nodes[i].nFanins;
823  int * pFans = p->Nodes[i].Fanins;
824  word * pTruth = Ifn_ObjTruth( p, i );
825  if ( p->Nodes[i].Type == IFN_DSD_AND )
826  {
827  Abc_TtFill( pTruth, p->nWords );
828  for ( f = 0; f < nFans; f++ )
829  Abc_TtAnd( pTruth, pTruth, Ifn_ObjTruth(p, pFans[f]), p->nWords, 0 );
830  }
831  else if ( p->Nodes[i].Type == IFN_DSD_XOR )
832  {
833  Abc_TtClear( pTruth, p->nWords );
834  for ( f = 0; f < nFans; f++ )
835  Abc_TtXor( pTruth, pTruth, Ifn_ObjTruth(p, pFans[f]), p->nWords, 0 );
836  }
837  else if ( p->Nodes[i].Type == IFN_DSD_MUX )
838  {
839  assert( nFans == 3 );
840  Abc_TtMux( pTruth, Ifn_ObjTruth(p, pFans[0]), Ifn_ObjTruth(p, pFans[1]), Ifn_ObjTruth(p, pFans[2]), p->nWords );
841  }
842  else if ( p->Nodes[i].Type == IFN_DSD_PRIME )
843  {
844  int nValues = (1 << nFans);
845  word * pTemp = Ifn_ObjTruth(p, p->nObjs);
846  Abc_TtClear( pTruth, p->nWords );
847  for ( v = 0; v < nValues; v++ )
848  {
849  if ( pValues[p->Nodes[i].iFirst + v] == 0 )
850  continue;
851  Abc_TtFill( pTemp, p->nWords );
852  for ( f = 0; f < nFans; f++ )
853  if ( (v >> f) & 1 )
854  Abc_TtAnd( pTemp, pTemp, Ifn_ObjTruth(p, pFans[f]), p->nWords, 0 );
855  else
856  Abc_TtSharp( pTemp, pTemp, Ifn_ObjTruth(p, pFans[f]), p->nWords );
857  Abc_TtOr( pTruth, pTruth, pTemp, p->nWords );
858  }
859  }
860  else assert( 0 );
861 //Dau_DsdPrintFromTruth( pTruth, p->nVars );
862  }
863  return Ifn_ObjTruth(p, p->nObjs-1);
864 }
static void Abc_TtSharp(word *pOut, word *pIn1, word *pIn2, int nWords)
Definition: utilTruth.h:241
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int nParsVIni
Definition: ifTune.c:82
static void Abc_TtClear(word *pOut, int nWords)
Definition: utilTruth.h:197
static void Abc_TtOr(word *pOut, word *pIn1, word *pIn2, int nWords)
Definition: utilTruth.h:247
int nInps
Definition: ifTune.c:72
int nObjs
Definition: ifTune.c:73
static void Abc_TtFill(word *pOut, int nWords)
Definition: utilTruth.h:203
static void Abc_TtCopy(word *pOut, word *pIn, int nWords, int fCompl)
Definition: utilTruth.h:221
int nParsVNum
Definition: ifTune.c:81
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
int nWords
Definition: ifTune.c:80
unsigned iFirst
Definition: ifTune.c:65
int Values[IFN_PAR]
Definition: ifTune.c:86
static word * Ifn_ElemTruth(Ifn_Ntk_t *p, int i)
Definition: ifTune.c:91
static void Abc_TtMux(word *pOut, word *pCtrl, word *pIn1, word *pIn0, int nWords)
Definition: utilTruth.h:263
#define assert(ex)
Definition: util_old.h:213
static word * Ifn_ObjTruth(Ifn_Ntk_t *p, int i)
Definition: ifTune.c:92
static void Abc_TtAnd(word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl)
Definition: utilTruth.h:231
static void Abc_TtXor(word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl)
Definition: utilTruth.h:253
unsigned Type
Definition: ifTune.c:63
int Ifn_NtkInputNum ( Ifn_Ntk_t p)

Definition at line 167 of file ifTune.c.

168 {
169  return p->nInps;
170 }
int nInps
Definition: ifTune.c:72
int Ifn_NtkLutSizeMax ( Ifn_Ntk_t p)

Definition at line 159 of file ifTune.c.

160 {
161  int i, LutSize = 0;
162  for ( i = p->nInps; i < p->nObjs; i++ )
163  if ( p->Nodes[i].Type == IFN_DSD_PRIME )
164  LutSize = Abc_MaxInt( LutSize, (int)p->Nodes[i].nFanins );
165  return LutSize;
166 }
unsigned nFanins
Definition: ifTune.c:64
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int nInps
Definition: ifTune.c:72
static int Abc_MaxInt(int a, int b)
Definition: abc_global.h:238
unsigned Type
Definition: ifTune.c:63
int Ifn_NtkMatch ( Ifn_Ntk_t p,
word pTruth,
int  nVars,
int  nConfls,
int  fVerbose,
int  fVeryVerbose,
word pPerm 
)

Definition at line 1207 of file ifTune.c.

1208 {
1209  word * pTruth1;
1210  int RetValue = 0;
1211  int nIterMax = (1<<nVars);
1212  int i, v, status, iMint = 0;
1213  abctime clk = Abc_Clock();
1214 // abctime clkTru = 0, clkSat = 0, clk2;
1215  sat_solver * pSat = sat_solver_new();
1216  Ifn_Prepare( p, pTruth, nVars );
1217  sat_solver_setnvars( pSat, p->nPars );
1218  Ifn_NtkAddConstraints( p, pSat );
1219  if ( fVeryVerbose )
1220  Ifn_NtkMatchPrintStatus( pSat, 0, l_True, -1, -1, Abc_Clock() - clk );
1221  if ( pPerm ) *pPerm = 0;
1222  for ( i = 0; i < nIterMax; i++ )
1223  {
1224  // get variable assignment
1225  for ( v = 0; v < p->nObjs; v++ )
1226  p->Values[v] = v < p->nVars ? (iMint >> v) & 1 : -1;
1227  p->Values[p->nObjs-1] = Abc_TtGetBit( pTruth, iMint );
1228  // derive clauses
1229  if ( !Ifn_NtkAddClauses( p, p->Values, pSat ) )
1230  break;
1231  // find assignment of parameters
1232 // clk2 = Abc_Clock();
1233  status = sat_solver_solve( pSat, NULL, NULL, nConfls, 0, 0, 0 );
1234 // clkSat += Abc_Clock() - clk2;
1235  if ( fVeryVerbose )
1236  Ifn_NtkMatchPrintStatus( pSat, i+1, status, iMint, p->Values[p->nObjs-1], Abc_Clock() - clk );
1237  if ( status != l_True )
1238  break;
1239  // collect assignment
1240  for ( v = p->nObjs; v < p->nPars; v++ )
1241  p->Values[v] = sat_solver_var_value(pSat, v);
1242  // find truth table
1243 // clk2 = Abc_Clock();
1244  pTruth1 = Ifn_NtkDeriveTruth( p, p->Values );
1245 // clkTru += Abc_Clock() - clk2;
1246  Abc_TtXor( pTruth1, pTruth1, p->pTruth, p->nWords, 0 );
1247  // find mismatch if present
1248  iMint = Abc_TtFindFirstBit( pTruth1, p->nVars );
1249  if ( iMint == -1 )
1250  {
1251  if ( pPerm )
1252  *pPerm = Ifn_NtkMatchCollectPerm( p, pSat );
1253 /*
1254  if ( pPerm )
1255  {
1256  int RetValue = Ifn_ManSatFindCofigBitsTest( p, pTruth, nVars, *pPerm );
1257  Ifn_NtkMatchPrintPerm( *pPerm, p->nInps );
1258  if ( RetValue == 0 )
1259  printf( "Verification failed.\n" );
1260  }
1261 */
1262  RetValue = 1;
1263  break;
1264  }
1265  }
1266  assert( i < nIterMax );
1267  if ( fVerbose )
1268  {
1269  printf( "%s Iter =%4d. Confl = %6d. ", RetValue ? "yes":"no ", i, sat_solver_nconflicts(pSat) );
1270  if ( RetValue )
1271  Ifn_NtkMatchPrintConfig( p, pSat );
1272  printf( "\n" );
1273  }
1274  sat_solver_delete( pSat );
1275 // Abc_PrintTime( 1, "Time", Abc_Clock() - clk );
1276 // Abc_PrintTime( 1, "Sat", clkSat );
1277 // Abc_PrintTime( 1, "Tru", clkTru );
1278  return RetValue;
1279 }
word * pTruth
Definition: ifTune.c:84
int Ifn_NtkAddClauses(Ifn_Ntk_t *p, int *pValues, sat_solver *pSat)
Definition: ifTune.c:1009
int Ifn_Prepare(Ifn_Ntk_t *p, word *pTruth, int nVars)
FUNCTION DEFINITIONS ///.
Definition: ifTune.c:115
void Ifn_NtkMatchPrintStatus(sat_solver *p, int Iter, int status, int iMint, int Value, abctime clk)
Definition: ifTune.c:1154
int sat_solver_solve(sat_solver *s, lit *begin, lit *end, ABC_INT64_T nConfLimit, ABC_INT64_T nInsLimit, ABC_INT64_T nConfLimitGlobal, ABC_INT64_T nInsLimitGlobal)
Definition: satSolver.c:1700
word Ifn_NtkMatchCollectPerm(Ifn_Ntk_t *p, sat_solver *pSat)
Definition: ifTune.c:1185
void sat_solver_delete(sat_solver *s)
Definition: satSolver.c:1141
static int Abc_TtFindFirstBit(word *pIn, int nVars)
Definition: utilTruth.h:1516
int sat_solver_nconflicts(sat_solver *s)
Definition: satSolver.c:1908
void Ifn_NtkAddConstraints(Ifn_Ntk_t *p, sat_solver *pSat)
Definition: ifTune.c:952
#define l_True
Definition: SolverTypes.h:84
int nVars
Definition: ifTune.c:79
static abctime Abc_Clock()
Definition: abc_global.h:279
static int Abc_TtGetBit(word *p, int i)
MACRO DEFINITIONS ///.
Definition: utilTruth.h:149
static int sat_solver_var_value(sat_solver *s, int v)
Definition: satSolver.h:200
int nObjs
Definition: ifTune.c:73
void sat_solver_setnvars(sat_solver *s, int n)
Definition: satSolver.c:1072
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
int nWords
Definition: ifTune.c:80
int Values[IFN_PAR]
Definition: ifTune.c:86
static int pPerm[13719]
Definition: rwrTemp.c:32
word * Ifn_NtkDeriveTruth(Ifn_Ntk_t *p, int *pValues)
Definition: ifTune.c:805
sat_solver * sat_solver_new(void)
Definition: satSolver.c:1001
void Ifn_NtkMatchPrintConfig(Ifn_Ntk_t *p, sat_solver *pSat)
Definition: ifTune.c:1170
#define assert(ex)
Definition: util_old.h:213
int nPars
Definition: ifTune.c:83
ABC_INT64_T abctime
Definition: abc_global.h:278
static void Abc_TtXor(word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl)
Definition: utilTruth.h:253
word Ifn_NtkMatchCollectPerm ( Ifn_Ntk_t p,
sat_solver pSat 
)

Definition at line 1185 of file ifTune.c.

1186 {
1187  word Perm = 0;
1188  int i, v, Mint;
1189  assert( p->nParsVNum <= 4 );
1190  for ( i = 0; i < p->nInps; i++ )
1191  {
1192  for ( Mint = v = 0; v < p->nParsVNum; v++ )
1193  if ( sat_solver_var_value(pSat, p->nParsVIni + i * p->nParsVNum + v) )
1194  Mint |= (1 << v);
1195  Abc_TtSetHex( &Perm, i, Mint );
1196  }
1197  return Perm;
1198 }
int nParsVIni
Definition: ifTune.c:82
int nInps
Definition: ifTune.c:72
static int sat_solver_var_value(sat_solver *s, int v)
Definition: satSolver.h:200
int nParsVNum
Definition: ifTune.c:81
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
static void Abc_TtSetHex(word *p, int k, int d)
Definition: utilTruth.h:155
#define assert(ex)
Definition: util_old.h:213
void Ifn_NtkMatchPrintConfig ( Ifn_Ntk_t p,
sat_solver pSat 
)

Definition at line 1170 of file ifTune.c.

1171 {
1172  int v, i;
1173  for ( v = p->nObjs; v < p->nPars; v++ )
1174  {
1175  for ( i = p->nInps; i < p->nObjs; i++ )
1176  if ( p->Nodes[i].Type == IFN_DSD_PRIME && (int)p->Nodes[i].iFirst == v )
1177  break;
1178  if ( i < p->nObjs )
1179  printf( " " );
1180  else if ( v >= p->nParsVIni && (v - p->nParsVIni) % p->nParsVNum == 0 )
1181  printf( " %d=", (v - p->nParsVIni) / p->nParsVNum );
1182  printf( "%d", sat_solver_var_value(pSat, v) );
1183  }
1184 }
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int nParsVIni
Definition: ifTune.c:82
int nInps
Definition: ifTune.c:72
static int sat_solver_var_value(sat_solver *s, int v)
Definition: satSolver.h:200
int nObjs
Definition: ifTune.c:73
int nParsVNum
Definition: ifTune.c:81
unsigned iFirst
Definition: ifTune.c:65
unsigned Type
Definition: ifTune.c:63
void Ifn_NtkMatchPrintPerm ( word  Perm,
int  nInps 
)

Definition at line 1199 of file ifTune.c.

1200 {
1201  int i;
1202  assert( nInps <= 16 );
1203  for ( i = 0; i < nInps; i++ )
1204  printf( "%c", 'a' + Abc_TtGetHex(&Perm, i) );
1205  printf( "\n" );
1206 }
static int Abc_TtGetHex(word *p, int k)
Definition: utilTruth.h:154
#define assert(ex)
Definition: util_old.h:213
void Ifn_NtkMatchPrintStatus ( sat_solver p,
int  Iter,
int  status,
int  iMint,
int  Value,
abctime  clk 
)

Function*************************************************************

Synopsis [Returns the minterm number for which there is a mismatch.]

Description []

SideEffects []

SeeAlso []

Definition at line 1154 of file ifTune.c.

1155 {
1156  printf( "Iter = %5d ", Iter );
1157  printf( "Mint = %5d ", iMint );
1158  printf( "Value = %2d ", Value );
1159  printf( "Var = %6d ", sat_solver_nvars(p) );
1160  printf( "Cla = %6d ", sat_solver_nclauses(p) );
1161  printf( "Conf = %6d ", sat_solver_nconflicts(p) );
1162  if ( status == l_False )
1163  printf( "status = unsat" );
1164  else if ( status == l_True )
1165  printf( "status = sat " );
1166  else
1167  printf( "status = undec" );
1168  Abc_PrintTime( 1, "Time", clk );
1169 }
int sat_solver_nconflicts(sat_solver *s)
Definition: satSolver.c:1908
#define l_True
Definition: SolverTypes.h:84
static void Abc_PrintTime(int level, const char *pStr, abctime time)
Definition: abc_global.h:367
int sat_solver_nvars(sat_solver *s)
Definition: satSolver.c:1896
int sat_solver_nclauses(sat_solver *s)
Definition: satSolver.c:1902
#define l_False
Definition: SolverTypes.h:85
Ifn_Ntk_t* Ifn_NtkParse ( char *  pStr)

Definition at line 439 of file ifTune.c.

440 {
441  Ifn_Ntk_t * p = ABC_CALLOC( Ifn_Ntk_t, 1 );
442  if ( Ifn_ManStrType2(pStr) )
443  {
444  if ( !Ifn_NtkParseInt2( pStr, p ) )
445  {
446  ABC_FREE( p );
447  return NULL;
448  }
449  }
450  else
451  {
452  if ( !Ifn_NtkParseInt( pStr, p ) )
453  {
454  ABC_FREE( p );
455  return NULL;
456  }
457  }
458  Ifn_NtkParseConstraints( pStr, p );
459  Abc_TtElemInit2( p->pTtElems, p->nInps );
460 // printf( "Finished parsing: " ); Ifn_NtkPrint(p);
461  return p;
462 }
int Ifn_NtkParseInt(char *pStr, Ifn_Ntk_t *p)
Definition: ifTune.c:285
static Llb_Mgr_t * p
Definition: llb3Image.c:950
word pTtElems[IFN_INS *IFN_WRD]
Definition: ifTune.c:87
int nInps
Definition: ifTune.c:72
int Ifn_ManStrType2(char *pStr)
Definition: ifTune.c:316
void Ifn_NtkParseConstraints(char *pStr, Ifn_Ntk_t *p)
Definition: ifTune.c:423
int Ifn_NtkParseInt2(char *pStr, Ifn_Ntk_t *p)
Definition: ifTune.c:378
#define ABC_FREE(obj)
Definition: abc_global.h:232
static void Abc_TtElemInit2(word *pTtElems, int nVars)
Definition: utilTruth.h:344
#define ABC_CALLOC(type, num)
Definition: abc_global.h:230
void Ifn_NtkParseConstraints ( char *  pStr,
Ifn_Ntk_t p 
)

Definition at line 423 of file ifTune.c.

424 {
425  int i, k;
426  // parse constraints
427  p->nConstr = 0;
428  for ( i = 0; i < p->nInps; i++ )
429  for ( k = 0; pStr[k]; k++ )
430  if ( pStr[k] == 'A' + i && pStr[k-1] == ';' )
431  {
432  p->pConstr[p->nConstr++] = ((int)(pStr[k] - 'A') << 16) | (int)(pStr[k+1] - 'A');
433 // printf( "Added constraint (%c < %c)\n", pStr[k], pStr[k+1] );
434  }
435 // if ( p->nConstr )
436 // printf( "Total constraints = %d\n", p->nConstr );
437 }
int pConstr[IFN_INS]
Definition: ifTune.c:76
int nInps
Definition: ifTune.c:72
int nConstr
Definition: ifTune.c:77
static char* Ifn_NtkParseFindClosingParanthesis ( char *  pStr,
char  Open,
char  Close 
)
inlinestatic

Definition at line 236 of file ifTune.c.

237 {
238  int Counter = 0;
239  assert( *pStr == Open );
240  for ( ; *pStr; pStr++ )
241  {
242  if ( *pStr == Open )
243  Counter++;
244  if ( *pStr == Close )
245  Counter--;
246  if ( Counter == 0 )
247  return pStr;
248  }
249  return NULL;
250 }
static int Counter
#define assert(ex)
Definition: util_old.h:213
int Ifn_NtkParseInt ( char *  pStr,
Ifn_Ntk_t p 
)

Definition at line 285 of file ifTune.c.

286 {
287  char * pFinal; int iNode;
288  if ( !Ifn_ManStrCheck(pStr, &p->nInps, &p->nObjs) )
289  return 0;
290  if ( p->nInps > IFN_INS )
291  return Ifn_ErrorMessage( "The number of variables (%d) exceeds predefined limit (%d). Recompile with different value of IFN_INS.\n", p->nInps, IFN_INS );
292  assert( p->nInps > 1 && p->nInps < p->nObjs && p->nInps <= IFN_INS && p->nObjs < 2*IFN_INS );
293  if ( !Inf_ManOpenSymb(pStr) )
294  return Ifn_ErrorMessage( "The first symbol should be one of the symbols: (, [, <, {.\n" );
295  iNode = p->nInps;
296  if ( !Ifn_NtkParseInt_rec( pStr, p, &pFinal, &iNode ) )
297  return 0;
298  if ( pFinal[0] && pFinal[0] != ';' )
299  return Ifn_ErrorMessage( "The last symbol should be \';\'.\n" );
300  if ( iNode != p->nObjs )
301  return Ifn_ErrorMessage( "Mismatch in the number of nodes.\n" );
302  return 1;
303 }
int Inf_ManOpenSymb(char *pStr)
Definition: ifTune.c:194
int Ifn_NtkParseInt_rec(char *pStr, Ifn_Ntk_t *p, char **ppFinal, int *piNode)
Definition: ifTune.c:251
int Ifn_ErrorMessage(const char *format,...)
Definition: ifTune.c:183
int nInps
Definition: ifTune.c:72
int nObjs
Definition: ifTune.c:73
#define IFN_INS
DECLARATIONS ///.
Definition: ifTune.c:34
int Ifn_ManStrCheck(char *pStr, int *pnInps, int *pnObjs)
Definition: ifTune.c:206
#define assert(ex)
Definition: util_old.h:213
int Ifn_NtkParseInt2 ( char *  pStr,
Ifn_Ntk_t p 
)

Definition at line 378 of file ifTune.c.

379 {
380  int i, k, n, f, nFans, iFan;
381  if ( !Ifn_ManStrCheck2(pStr, &p->nInps, &p->nObjs) )
382  return 0;
383  if ( p->nInps > IFN_INS )
384  return Ifn_ErrorMessage( "The number of variables (%d) exceeds predefined limit (%d). Recompile with different value of IFN_INS.\n", p->nInps, IFN_INS );
385  assert( p->nInps > 1 && p->nInps < p->nObjs && p->nInps <= IFN_INS && p->nObjs < 2*IFN_INS );
386  for ( i = p->nInps; i < p->nObjs; i++ )
387  {
388  char Next = 0;
389  for ( k = 0; pStr[k]; k++ )
390  if ( pStr[k] == 'a' + i && pStr[k+1] == '=' )
391  break;
392  if ( pStr[k] == 0 )
393  return Ifn_ErrorMessage( "Cannot find definition of signal \'%c\'.\n", 'a' + i );
394  if ( pStr[k+2] == '(' )
395  p->Nodes[i].Type = IFN_DSD_AND, Next = ')';
396  else if ( pStr[k+2] == '[' )
397  p->Nodes[i].Type = IFN_DSD_XOR, Next = ']';
398  else if ( pStr[k+2] == '<' )
399  p->Nodes[i].Type = IFN_DSD_MUX, Next = '>';
400  else if ( pStr[k+2] == '{' )
401  p->Nodes[i].Type = IFN_DSD_PRIME, Next = '}';
402  else
403  return Ifn_ErrorMessage( "Cannot find openning operation symbol in the defition of of signal \'%c\'.\n", 'a' + i );
404  for ( n = k + 3; pStr[n]; n++ )
405  if ( pStr[n] == Next )
406  break;
407  if ( pStr[n] == 0 )
408  return Ifn_ErrorMessage( "Cannot find closing operation symbol in the defition of of signal \'%c\'.\n", 'a' + i );
409  nFans = n - k - 3;
410  if ( nFans < 1 || nFans > 8 )
411  return Ifn_ErrorMessage( "Cannot find matching operation symbol in the defition of of signal \'%c\'.\n", 'a' + i );
412  for ( f = 0; f < nFans; f++ )
413  {
414  iFan = pStr[k + 3 + f] - 'a';
415  if ( iFan < 0 || iFan >= i )
416  return Ifn_ErrorMessage( "Fanin number %d is signal %d is out of range.\n", f, 'a' + i );
417  p->Nodes[i].Fanins[f] = iFan;
418  }
419  p->Nodes[i].nFanins = nFans;
420  }
421  return 1;
422 }
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int Ifn_ErrorMessage(const char *format,...)
Definition: ifTune.c:183
int Ifn_ManStrCheck2(char *pStr, int *pnInps, int *pnObjs)
Definition: ifTune.c:324
int nInps
Definition: ifTune.c:72
int nObjs
Definition: ifTune.c:73
#define IFN_INS
DECLARATIONS ///.
Definition: ifTune.c:34
#define assert(ex)
Definition: util_old.h:213
unsigned Type
Definition: ifTune.c:63
int Ifn_NtkParseInt_rec ( char *  pStr,
Ifn_Ntk_t p,
char **  ppFinal,
int *  piNode 
)

Definition at line 251 of file ifTune.c.

252 {
253  Ifn_Obj_t * pObj;
254  int nFanins = 0, pFanins[IFN_INS];
255  int Type = Inf_ManOpenSymb( pStr );
256  char * pLim = Ifn_NtkParseFindClosingParanthesis( pStr++, Ifn_Symbs[Type][0], Ifn_Symbs[Type][1] );
257  *ppFinal = NULL;
258  if ( pLim == NULL )
259  return Ifn_ErrorMessage( "For symbol \'%c\' cannot find matching symbol \'%c\'.\n", Ifn_Symbs[Type][0], Ifn_Symbs[Type][1] );
260  while ( pStr < pLim )
261  {
262  assert( nFanins < IFN_INS );
263  if ( pStr[0] >= 'a' && pStr[0] <= 'z' )
264  pFanins[nFanins++] = pStr[0] - 'a', pStr++;
265  else if ( Inf_ManOpenSymb(pStr) )
266  {
267  if ( !Ifn_NtkParseInt_rec( pStr, p, &pStr, piNode ) )
268  return 0;
269  pFanins[nFanins++] = *piNode - 1;
270  }
271  else
272  return Ifn_ErrorMessage( "Substring \"%s\" contans unrecognized symbol \'%c\'.\n", pStr, pStr[0] );
273  }
274  assert( pStr == pLim );
275  pObj = p->Nodes + (*piNode)++;
276  pObj->Type = Type;
277  assert( pObj->nFanins == 0 );
278  pObj->nFanins = nFanins;
279  memcpy( pObj->Fanins, pFanins, sizeof(int) * nFanins );
280  *ppFinal = pLim + 1;
281  if ( Type == IFN_DSD_MUX && nFanins != 3 )
282  return Ifn_ErrorMessage( "MUX should have exactly three fanins.\n" );
283  return 1;
284 }
int Inf_ManOpenSymb(char *pStr)
Definition: ifTune.c:194
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int Ifn_NtkParseInt_rec(char *pStr, Ifn_Ntk_t *p, char **ppFinal, int *piNode)
Definition: ifTune.c:251
static char * Ifn_NtkParseFindClosingParanthesis(char *pStr, char Open, char Close)
Definition: ifTune.c:236
int Ifn_ErrorMessage(const char *format,...)
Definition: ifTune.c:183
char * memcpy()
static char * Ifn_Symbs[16]
Definition: ifTune.c:50
#define IFN_INS
DECLARATIONS ///.
Definition: ifTune.c:34
#define assert(ex)
Definition: util_old.h:213
unsigned Type
Definition: ifTune.c:63
void Ifn_NtkPrint ( Ifn_Ntk_t p)

Definition at line 141 of file ifTune.c.

142 {
143  int i, k;
144  if ( p == NULL )
145  printf( "String is empty.\n" );
146  if ( p == NULL )
147  return;
148  for ( i = p->nInps; i < p->nObjs; i++ )
149  {
150  printf( "%c=", 'a'+i );
151  printf( "%c", Ifn_Symbs[p->Nodes[i].Type][0] );
152  for ( k = 0; k < (int)p->Nodes[i].nFanins; k++ )
153  printf( "%c", 'a'+p->Nodes[i].Fanins[k] );
154  printf( "%c", Ifn_Symbs[p->Nodes[i].Type][1] );
155  printf( ";" );
156  }
157  printf( "\n" );
158 }
unsigned nFanins
Definition: ifTune.c:64
int Fanins[IFN_INS]
Definition: ifTune.c:67
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
int nInps
Definition: ifTune.c:72
static char * Ifn_Symbs[16]
Definition: ifTune.c:50
unsigned Type
Definition: ifTune.c:63
void Ifn_NtkRead ( )

Function*************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 1292 of file ifTune.c.

1293 {
1294  int RetValue;
1295  int nVars = 8;
1296 // word * pTruth = Dau_DsdToTruth( "(abcdefghi)", nVars );
1297  word * pTruth = Dau_DsdToTruth( "1008{(1008{(ab)cde}f)ghi}", nVars );
1298 // word * pTruth = Dau_DsdToTruth( "18{(1008{(ab)cde}f)gh}", nVars );
1299 // word * pTruth = Dau_DsdToTruth( "1008{(1008{[ab]cde}f)ghi}", nVars );
1300 // word * pTruth = Dau_DsdToTruth( "(abcd)", nVars );
1301 // word * pTruth = Dau_DsdToTruth( "(abc)", nVars );
1302 // word * pTruth = Dau_DsdToTruth( "18{(1008{(ab)cde}f)gh}", nVars );
1303 // char * pStr = "e={abc};f={ed};";
1304 // char * pStr = "d={ab};e={cd};";
1305 // char * pStr = "j=(ab);k={jcde};l=(kf);m={lghi};";
1306 // char * pStr = "i={abc};j={ide};k={ifg};l={jkh};";
1307 // char * pStr = "h={abcde};i={abcdf};j=<ghi>;";
1308 // char * pStr = "g=<abc>;h=<ade>;i={fgh};";
1309 // char * pStr = "i=<abc>;j=(def);k=[gh];l={ijk};";
1310  char * pStr = "{({(ab)cde}f)ghi};AB;CD;DE;GH;HI";
1311  Ifn_Ntk_t * p = Ifn_NtkParse( pStr );
1312  word Perm = 0;
1313  if ( p == NULL )
1314  return;
1315  Ifn_NtkPrint( p );
1316  Dau_DsdPrintFromTruth( pTruth, nVars );
1317  // get the given function
1318  RetValue = Ifn_NtkMatch( p, pTruth, nVars, 0, 1, 1, &Perm );
1319  ABC_FREE( p );
1320 }
static Llb_Mgr_t * p
Definition: llb3Image.c:950
int Ifn_NtkMatch(Ifn_Ntk_t *p, word *pTruth, int nVars, int nConfls, int fVerbose, int fVeryVerbose, word *pPerm)
Definition: ifTune.c:1207
void Dau_DsdPrintFromTruth(word *pTruth, int nVarsInit)
Definition: dauDsd.c:1968
word * Dau_DsdToTruth(char *p, int nVars)
Definition: dauDsd.c:609
Ifn_Ntk_t * Ifn_NtkParse(char *pStr)
Definition: ifTune.c:439
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
void Ifn_NtkPrint(Ifn_Ntk_t *p)
Definition: ifTune.c:141
#define ABC_FREE(obj)
Definition: abc_global.h:232
static word* Ifn_ObjTruth ( Ifn_Ntk_t p,
int  i 
)
inlinestatic

Definition at line 92 of file ifTune.c.

92 { return p->pTtObjs + i * p->nWords; }
word pTtObjs[2 *IFN_INS *IFN_WRD]
Definition: ifTune.c:88
int nWords
Definition: ifTune.c:80
int Ifn_Prepare ( Ifn_Ntk_t p,
word pTruth,
int  nVars 
)

FUNCTION DEFINITIONS ///.

Function*************************************************************

Synopsis [Prepare network to check the given function.]

Description []

SideEffects []

SeeAlso []

Definition at line 115 of file ifTune.c.

116 {
117  int i, fVerbose = 0;
118  assert( nVars <= p->nInps );
119  p->pTruth = pTruth;
120  p->nVars = nVars;
121  p->nWords = Abc_TtWordNum(nVars);
122  p->nPars = p->nObjs;
123  for ( i = p->nInps; i < p->nObjs; i++ )
124  {
125  if ( p->Nodes[i].Type != IFN_DSD_PRIME )
126  continue;
127  p->Nodes[i].iFirst = p->nPars;
128  p->nPars += (1 << p->Nodes[i].nFanins);
129  if ( fVerbose )
130  printf( "Node %d Start %d Vars %d\n", i, p->Nodes[i].iFirst, (1 << p->Nodes[i].nFanins) );
131  }
132  if ( fVerbose )
133  printf( "Groups start %d\n", p->nPars );
134  p->nParsVIni = p->nPars;
135  p->nParsVNum = Abc_Base2Log(nVars);
136  p->nPars += p->nParsVNum * p->nInps;
137  assert( p->nPars <= IFN_PAR );
138  memset( p->Values, 0xFF, sizeof(int) * p->nPars );
139  return p->nPars;
140 }
char * memset()
word * pTruth
Definition: ifTune.c:84
unsigned nFanins
Definition: ifTune.c:64
Ifn_Obj_t Nodes[2 *IFN_INS]
Definition: ifTune.c:74
#define IFN_PAR
Definition: ifTune.c:36
int nParsVIni
Definition: ifTune.c:82
int nInps
Definition: ifTune.c:72
int nVars
Definition: ifTune.c:79
int nObjs
Definition: ifTune.c:73
int nParsVNum
Definition: ifTune.c:81
int nWords
Definition: ifTune.c:80
unsigned iFirst
Definition: ifTune.c:65
int Values[IFN_PAR]
Definition: ifTune.c:86
static int Abc_TtWordNum(int nVars)
Definition: utilTruth.h:169
static int Abc_Base2Log(unsigned n)
Definition: abc_global.h:251
#define assert(ex)
Definition: util_old.h:213
int nPars
Definition: ifTune.c:83
unsigned Type
Definition: ifTune.c:63
void Ifn_TtComparisonConstr ( word pTruth,
int  nVars,
int  fMore,
int  fEqual 
)

Function*************************************************************

Synopsis [Compute more or equal]

Description []

SideEffects []

SeeAlso []

Definition at line 877 of file ifTune.c.

878 {
879  word Cond[4], Equa[4], Temp[4];
880  word s_TtElems[8][4] = {
881  { ABC_CONST(0xAAAAAAAAAAAAAAAA),ABC_CONST(0xAAAAAAAAAAAAAAAA),ABC_CONST(0xAAAAAAAAAAAAAAAA),ABC_CONST(0xAAAAAAAAAAAAAAAA) },
882  { ABC_CONST(0xCCCCCCCCCCCCCCCC),ABC_CONST(0xCCCCCCCCCCCCCCCC),ABC_CONST(0xCCCCCCCCCCCCCCCC),ABC_CONST(0xCCCCCCCCCCCCCCCC) },
883  { ABC_CONST(0xF0F0F0F0F0F0F0F0),ABC_CONST(0xF0F0F0F0F0F0F0F0),ABC_CONST(0xF0F0F0F0F0F0F0F0),ABC_CONST(0xF0F0F0F0F0F0F0F0) },
884  { ABC_CONST(0xFF00FF00FF00FF00),ABC_CONST(0xFF00FF00FF00FF00),ABC_CONST(0xFF00FF00FF00FF00),ABC_CONST(0xFF00FF00FF00FF00) },
885  { ABC_CONST(0xFFFF0000FFFF0000),ABC_CONST(0xFFFF0000FFFF0000),ABC_CONST(0xFFFF0000FFFF0000),ABC_CONST(0xFFFF0000FFFF0000) },
886  { ABC_CONST(0xFFFFFFFF00000000),ABC_CONST(0xFFFFFFFF00000000),ABC_CONST(0xFFFFFFFF00000000),ABC_CONST(0xFFFFFFFF00000000) },
887  { ABC_CONST(0x0000000000000000),ABC_CONST(0xFFFFFFFFFFFFFFFF),ABC_CONST(0x0000000000000000),ABC_CONST(0xFFFFFFFFFFFFFFFF) },
888  { ABC_CONST(0x0000000000000000),ABC_CONST(0x0000000000000000),ABC_CONST(0xFFFFFFFFFFFFFFFF),ABC_CONST(0xFFFFFFFFFFFFFFFF) }
889  };
890  int i, nWords = Abc_TtWordNum(2*nVars);
891  assert( nVars > 0 && nVars <= 4 );
892  Abc_TtClear( pTruth, nWords );
893  Abc_TtFill( Equa, nWords );
894  for ( i = nVars - 1; i >= 0; i-- )
895  {
896  if ( fMore )
897  Abc_TtSharp( Cond, s_TtElems[2*i+1], s_TtElems[2*i+0], nWords );
898  else
899  Abc_TtSharp( Cond, s_TtElems[2*i+0], s_TtElems[2*i+1], nWords );
900  Abc_TtAnd( Temp, Equa, Cond, nWords, 0 );
901  Abc_TtOr( pTruth, pTruth, Temp, nWords );
902  Abc_TtXor( Temp, s_TtElems[2*i+0], s_TtElems[2*i+1], nWords, 1 );
903  Abc_TtAnd( Equa, Equa, Temp, nWords, 0 );
904  }
905  if ( fEqual )
906  Abc_TtNot( pTruth, nWords );
907 }
static void Abc_TtSharp(word *pOut, word *pIn1, word *pIn2, int nWords)
Definition: utilTruth.h:241
static void Abc_TtClear(word *pOut, int nWords)
Definition: utilTruth.h:197
static void Abc_TtOr(word *pOut, word *pIn1, word *pIn2, int nWords)
Definition: utilTruth.h:247
int nWords
Definition: abcNpn.c:127
static void Abc_TtFill(word *pOut, int nWords)
Definition: utilTruth.h:203
unsigned __int64 word
DECLARATIONS ///.
Definition: kitPerm.c:36
static int Abc_TtWordNum(int nVars)
Definition: utilTruth.h:169
#define ABC_CONST(number)
PARAMETERS ///.
Definition: abc_global.h:206
#define assert(ex)
Definition: util_old.h:213
static void Abc_TtAnd(word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl)
Definition: utilTruth.h:231
static void Abc_TtXor(word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl)
Definition: utilTruth.h:253
static void Abc_TtNot(word *pOut, int nWords)
Definition: utilTruth.h:215
int Inf_ManOpenSymb ( char *  pStr)

Definition at line 194 of file ifTune.c.

195 {
196  if ( pStr[0] == '(' )
197  return 3;
198  if ( pStr[0] == '[' )
199  return 4;
200  if ( pStr[0] == '<' )
201  return 5;
202  if ( pStr[0] == '{' )
203  return 6;
204  return 0;
205 }

Variable Documentation

char* Ifn_Symbs[16]
static
Initial value:
= {
NULL,
"const",
"var",
"()",
"[]",
"<>",
"{}"
}

Definition at line 50 of file ifTune.c.