summaryrefslogtreecommitdiffstats
path: root/src/base/cmd
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-03-16 21:56:28 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-03-16 21:56:28 -0700
commit89eed1aaf95ae9f2682c7b801d02954e5e3b8c7b (patch)
treece68b5961cc29b7a362892f31fdfcd0f66f499bc /src/base/cmd
parent7a3e57a4cb174325f7d78cedecb75da6f2b87fc5 (diff)
downloadabc-89eed1aaf95ae9f2682c7b801d02954e5e3b8c7b.tar.gz
abc-89eed1aaf95ae9f2682c7b801d02954e5e3b8c7b.tar.bz2
abc-89eed1aaf95ae9f2682c7b801d02954e5e3b8c7b.zip
Adding barrier buffers.
Diffstat (limited to 'src/base/cmd')
-rw-r--r--src/base/cmd/cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/cmd/cmd.c b/src/base/cmd/cmd.c
index 9f087585..2ec318d1 100644
--- a/src/base/cmd/cmd.c
+++ b/src/base/cmd/cmd.c
@@ -1731,7 +1731,7 @@ int CmdCommandSis( Abc_Frame_t * pAbc, int argc, char **argv )
fclose( pFile );
// set the new network
- pNtkNew = Io_Read( "_sis_out.blif", IO_FILE_BLIF, 1 );
+ pNtkNew = Io_Read( "_sis_out.blif", IO_FILE_BLIF, 1, 0 );
// set the original spec of the new network
if ( pNtk->pSpec )
{
@@ -1873,7 +1873,7 @@ int CmdCommandMvsis( Abc_Frame_t * pAbc, int argc, char **argv )
fclose( pFile );
// set the new network
- pNtkNew = Io_Read( "_mvsis_out.blif", IO_FILE_BLIF, 1 );
+ pNtkNew = Io_Read( "_mvsis_out.blif", IO_FILE_BLIF, 1, 0 );
// set the original spec of the new network
if ( pNtk->pSpec )
{