mirror of https://github.com/YosysHQ/abc.git
Updating code of non-ABC files to have no ABC-specific macros.
This commit is contained in:
parent
781c66cbf3
commit
6b1b368aaf
|
|
@ -21,9 +21,6 @@
|
|||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// DECLARATIONS ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
@ -182,5 +179,3 @@ clkVer = clock() - clk;
|
|||
return 0;
|
||||
}
|
||||
|
||||
ABC_NAMESPACE_IMPL_END
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//ABC_NAMESPACE_IMPL_START
|
||||
|
||||
// the max number of commands to execute from the input file
|
||||
#define MAX_COMM_NUM 1000
|
||||
|
||||
|
|
@ -190,5 +188,3 @@ usage:
|
|||
|
||||
}
|
||||
|
||||
//ABC_NAMESPACE_IMPL_END
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue