mirror of https://github.com/YosysHQ/abc.git
Fixing compilation problem.
This commit is contained in:
parent
93f3791fbe
commit
f39b84a4a1
|
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
#include "gia.h"
|
#include "gia.h"
|
||||||
#include "misc/vec/vecHash.h"
|
#include "misc/vec/vecHash.h"
|
||||||
|
#include "misc/extra/extra.h"
|
||||||
|
|
||||||
ABC_NAMESPACE_IMPL_START
|
ABC_NAMESPACE_IMPL_START
|
||||||
|
|
||||||
|
|
@ -2180,10 +2181,6 @@ Gia_Man_t* Gia_ManDecGraph(Gia_Man_t* p) {
|
||||||
return pNew;
|
return pNew;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
extern char * Extra_FileReadContents( char * pFileName );
|
|
||||||
}
|
|
||||||
|
|
||||||
Gia_Man_t* Gia_ManDecGraphFromFile(char* pFileName) {
|
Gia_Man_t* Gia_ManDecGraphFromFile(char* pFileName) {
|
||||||
char* pBuffer = Extra_FileReadContents(pFileName);
|
char* pBuffer = Extra_FileReadContents(pFileName);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue