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
473c5845
Commit
473c5845
authored
Mar 30, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mismatch in bmc3 printout.
parent
37fd73cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/base/abci/abcDar.c
+2
-2
No files found.
src/base/abci/abcDar.c
View file @
473c5845
...
...
@@ -2080,7 +2080,7 @@ int Abc_NtkDarBmc( Abc_Ntk_t * pNtk, int nStart, int nFrames, int nSizeMax, int
Abc_Print
(
1
,
"Incorrect return value. "
);
else
if
(
RetValue
==
-
1
)
{
Abc_Print
(
1
,
"No output asserted in %d frames. Resource limit reached "
,
Abc_MaxInt
(
iFrame
,
0
)
);
Abc_Print
(
1
,
"No output asserted in %d frames. Resource limit reached "
,
Abc_MaxInt
(
iFrame
+
1
,
0
)
);
if
(
nTimeLimit
&&
Abc_Clock
()
>
nTimeLimit
)
Abc_Print
(
1
,
"(timeout %d sec). "
,
nTimeLimit
);
else
...
...
@@ -2160,7 +2160,7 @@ int Abc_NtkDarBmc3( Abc_Ntk_t * pNtk, Saig_ParBmc_t * pPars, int fOrDecomp )
{
if
(
pPars
->
nFailOuts
==
0
)
{
Abc_Print
(
1
,
"No output asserted in %d frames. Resource limit reached "
,
Abc_MaxInt
(
pPars
->
iFrame
,
0
)
);
Abc_Print
(
1
,
"No output asserted in %d frames. Resource limit reached "
,
Abc_MaxInt
(
pPars
->
iFrame
+
1
,
0
)
);
if
(
nTimeOut
&&
Abc_Clock
()
>
nTimeOut
)
Abc_Print
(
1
,
"(timeout %d sec). "
,
pPars
->
nTimeOut
);
else
...
...
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