mirror of https://github.com/YosysHQ/abc.git
Fixing misplaced declaration issue.
This commit is contained in:
parent
60f52cc082
commit
84fca2c3f0
|
|
@ -24,17 +24,16 @@
|
|||
#include "misc/extra/extra.h"
|
||||
#include "sat/cnf/cnf.h"
|
||||
|
||||
void Abc_NtkVerifyPrintCex( const int * pModel, const int * pValues1, const int * pValues2,
|
||||
const char * const * ppInputNames, int nInputs, const char * const * ppOutputNames, int nOutputs,
|
||||
const char * pNtkName1, const char * pNtkName2 );
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// DECLARATIONS ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
extern void Abc_NtkVerifyPrintCex( const int * pModel, const int * pValues1, const int * pValues2,
|
||||
const char * const * ppInputNames, int nInputs, const char * const * ppOutputNames, int nOutputs,
|
||||
const char * pNtkName1, const char * pNtkName2 );
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// FUNCTION DEFINITIONS ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue