From 491e4ebfd1fd0a484ce45ecb4baf21c9ae8ccb08 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 3 Jun 2020 14:52:42 -0700 Subject: Experimental simulation. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 411f66ed..1f7f4c7f 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -47944,7 +47944,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) // return 1; // } // Abc_FrameUpdateGia( pAbc, Abc_Procedure(pAbc->pGia) ); -// Gia_ManTryResub( pAbc->pGia ); + Gia_ManSimTest( pAbc->pGia ); return 0; usage: Abc_Print( -2, "usage: &test [-FW num] [-svh]\n" ); -- cgit v1.2.3