From ecd948027e11630d5337f75bd3d825ebba95357c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 23 Oct 2024 14:49:57 +0700 Subject: [PATCH] Fixing assertion failures in &put. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 9e643b043..6bf1c2338 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -32313,7 +32313,7 @@ int Abc_CommandAbc9Put( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_Print( 0, "Internal nodes names are not transferred.\n" ); // decouple CI/CO with the same name - if ( pAbc->pGia->vNamesIn || pAbc->pGia->vNamesOut ) + if ( !Abc_NtkIsStrash(pNtk) && (pAbc->pGia->vNamesIn || pAbc->pGia->vNamesOut) ) Abc_NtkRedirectCiCo( pNtk ); // transfer timing information