Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
631b50aa
Commit
631b50aa
authored
Apr 26, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commented out debug messages.
parent
970200b9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
abc.rc
+1
-1
src/aig/gia/giaAiger.c
+1
-1
src/base/cmd/cmdPlugin.c
+2
-2
src/base/io/ioReadAiger.c
+1
-1
No files found.
abc.rc
View file @
631b50aa
...
...
@@ -21,7 +21,7 @@ set gnuplotwin wgnuplot.exe
set gnuplotunix gnuplot
# Niklas Een's commands
load_plugin C:\_projects\abc\_TEST\bip\bip_2011-04-
15
.exe "BIP"
load_plugin C:\_projects\abc\_TEST\bip\bip_2011-04-
26
.exe "BIP"
# standard aliases
alias b balance
...
...
src/aig/gia/giaAiger.c
View file @
631b50aa
...
...
@@ -756,7 +756,7 @@ Gia_Man_t * Gia_ReadAigerFromMemory( char * pContents, int nFileSize, int fCheck
// check terminal type
if
(
*
pCur
!=
'i'
&&
*
pCur
!=
'o'
&&
*
pCur
!=
'l'
)
{
fprintf
(
stdout
,
"Wrong terminal type.
\n
"
);
//
fprintf( stdout, "Wrong terminal type.\n" );
fBreakUsed
=
1
;
break
;
}
...
...
src/base/cmd/cmdPlugin.c
View file @
631b50aa
...
...
@@ -560,8 +560,8 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv )
pAbc
->
Status
=
Abc_ManReadStatus
(
pFileOut
,
"result:"
);
// get bug-free depth
pAbc
->
nFrames
=
Abc_ManReadInteger
(
pFileOut
,
"bug-free-depth:"
);
if
(
pAbc
->
nFrames
==
-
1
)
printf
(
"Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.
\n
"
);
//
if ( pAbc->nFrames == -1 )
//
printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" );
// get abstraction
pAbc
->
pGia
->
vFlopClasses
=
Abc_ManReadBinary
(
pFileOut
,
"abstraction:"
);
// get counter-example
...
...
src/base/io/ioReadAiger.c
View file @
631b50aa
...
...
@@ -407,7 +407,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck )
vTerms
=
pNtkNew
->
vPos
;
else
{
fprintf
(
stdout
,
"Wrong terminal type.
\n
"
);
//
fprintf( stdout, "Wrong terminal type.\n" );
return
NULL
;
}
// get the terminal number
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment