mirror of https://github.com/YosysHQ/abc.git
Experiments with function enumeration.
This commit is contained in:
parent
874bc274d4
commit
cc4e0be71b
|
|
@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
|
||||||
/// DECLARATIONS ///
|
/// DECLARATIONS ///
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
//#define USE4VARS 1
|
#define USE4VARS 1
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
/// FUNCTION DEFINITIONS ///
|
/// FUNCTION DEFINITIONS ///
|
||||||
|
|
@ -263,7 +263,7 @@ void Dau_NetworkEnum()
|
||||||
}
|
}
|
||||||
void Dau_NetworkEnumTest()
|
void Dau_NetworkEnumTest()
|
||||||
{
|
{
|
||||||
//Dau_TruthEnum();
|
Dau_TruthEnum();
|
||||||
Dau_NetworkEnum();
|
Dau_NetworkEnum();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue