Commit 857688b9 by Alan Mishchenko

Exploration of functions.

parent 8de7816d
...@@ -2711,6 +2711,10 @@ SOURCE=.\src\misc\extra\extraUtilDsd.c ...@@ -2711,6 +2711,10 @@ SOURCE=.\src\misc\extra\extraUtilDsd.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\src\misc\extra\extraUtilEnum.c
# End Source File
# Begin Source File
SOURCE=.\src\misc\extra\extraUtilFile.c SOURCE=.\src\misc\extra\extraUtilFile.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -10449,6 +10449,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -10449,6 +10449,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
// extern void Ifd_ManDsdTest(); // extern void Ifd_ManDsdTest();
// Ifd_ManDsdTest(); // Ifd_ManDsdTest();
} }
/*
{ {
extern void Abc_EnumerateCubeStates(); extern void Abc_EnumerateCubeStates();
extern void Abc_EnumerateCubeStatesZdd(); extern void Abc_EnumerateCubeStatesZdd();
...@@ -10458,6 +10459,11 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -10458,6 +10459,11 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_EnumerateCubeStates(); Abc_EnumerateCubeStates();
return 0; return 0;
} }
*/
{
extern void Abc_EnumerateFunctions();
Abc_EnumerateFunctions();
}
if ( pNtk ) if ( pNtk )
{ {
extern Abc_Ntk_t * Abc_NtkBarBufsOnOffTest( Abc_Ntk_t * pNtk ); extern Abc_Ntk_t * Abc_NtkBarBufsOnOffTest( Abc_Ntk_t * pNtk );
...@@ -10,6 +10,7 @@ SRC += src/misc/extra/extraBddAuto.c \ ...@@ -10,6 +10,7 @@ SRC += src/misc/extra/extraBddAuto.c \
src/misc/extra/extraUtilCanon.c \ src/misc/extra/extraUtilCanon.c \
src/misc/extra/extraUtilCube.c \ src/misc/extra/extraUtilCube.c \
src/misc/extra/extraUtilDsd.c \ src/misc/extra/extraUtilDsd.c \
src/misc/extra/extraUtilEnum.c \
src/misc/extra/extraUtilFile.c \ src/misc/extra/extraUtilFile.c \
src/misc/extra/extraUtilMemory.c \ src/misc/extra/extraUtilMemory.c \
src/misc/extra/extraUtilMisc.c \ src/misc/extra/extraUtilMisc.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment