Improvements to NDR to represent hierarchical designs.

This commit is contained in:
Alan Mishchenko
2018-02-05 00:39:10 -08:00
parent 3202c2581e
commit 28602ccf2c
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -64,7 +64,6 @@
#include "opt/nwk/nwkMerge.h"
#include "base/acb/acbPar.h"
#include "aig/miniaig/ndr.h"
#ifndef _WIN32
#include <unistd.h>
@@ -13051,7 +13050,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
// Cba_PrsReadBlifTest();
}
// Abc_NtkComputePaths( Abc_FrameReadNtk(pAbc) );
Ndr_ModuleTestHierarchy();
// Psl_FileTest();
return 0;
usage:
Abc_Print( -2, "usage: test [-CKDNM] [-aovwh] <file_name>\n" );