mirror of https://github.com/YosysHQ/abc.git
Fixing C++ compilation issues.
This commit is contained in:
parent
1b6662ce4a
commit
a3b5a6ab4a
|
|
@ -104,9 +104,12 @@ Vec_Ptr_t * Nwk_ManDeriveRetimingCut( Aig_Man_t * p, int fForward, int fVerbose
|
|||
}
|
||||
|
||||
|
||||
ABC_NAMESPACE_IMPL_END
|
||||
|
||||
#include "proof/abs/abs.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
/**Function*************************************************************
|
||||
|
||||
Synopsis [Collects reachable nodes.]
|
||||
|
|
|
|||
Loading…
Reference in New Issue