mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 11:53:16 +02:00
Experiments with function enumeration.
This commit is contained in:
@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
|
||||
/// DECLARATIONS ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//#define USE4VARS 1
|
||||
#define USE4VARS 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// FUNCTION DEFINITIONS ///
|
||||
@@ -263,7 +263,7 @@ void Dau_NetworkEnum()
|
||||
}
|
||||
void Dau_NetworkEnumTest()
|
||||
{
|
||||
//Dau_TruthEnum();
|
||||
Dau_TruthEnum();
|
||||
Dau_NetworkEnum();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user