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
8cde0dd3
Commit
8cde0dd3
authored
Aug 31, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix in CBA.
parent
11dca3aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/aig/saig/saigAbsCba.c
+5
-0
No files found.
src/aig/saig/saigAbsCba.c
View file @
8cde0dd3
...
@@ -621,6 +621,11 @@ Vec_Int_t * Saig_ManCbaPerform( Aig_Man_t * pAbs, int nInputs, Saig_ParBmc_t * p
...
@@ -621,6 +621,11 @@ Vec_Int_t * Saig_ManCbaPerform( Aig_Man_t * pAbs, int nInputs, Saig_ParBmc_t * p
assert
(
pAbs
->
pSeqModel
==
NULL
);
assert
(
pAbs
->
pSeqModel
==
NULL
);
return
Vec_IntAlloc
(
0
);
return
Vec_IntAlloc
(
0
);
}
}
if
(
pAbs
->
pSeqModel
==
NULL
)
{
printf
(
"BMC did not detect a CEX with the given depth.
\n
"
);
return
Vec_IntAlloc
(
0
);
}
if
(
pPars
->
fVerbose
)
if
(
pPars
->
fVerbose
)
Abc_CexPrintStats
(
pAbs
->
pSeqModel
);
Abc_CexPrintStats
(
pAbs
->
pSeqModel
);
// CEX is detected - refine the flops
// CEX is detected - refine the flops
...
...
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