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
589e2ede
Commit
589e2ede
authored
Jul 01, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler problem.
parent
e7504c6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/base/abci/abc.c
+0
-0
src/base/abci/abcSaucy.c
+2
-2
No files found.
src/base/abci/abc.c
View file @
589e2ede
src/base/abci/abcSaucy.c
View file @
589e2ede
...
...
@@ -210,8 +210,8 @@ static struct saucy_graph * buildDepGraph (Abc_Ntk_t *pNtk, Vec_Int_t ** iDep, V
static
struct
saucy_graph
*
buildSim1Graph
(
Abc_Ntk_t
*
pNtk
,
struct
coloring
*
c
,
Vec_Int_t
*
randVec
,
Vec_Int_t
**
iDep
,
Vec_Int_t
**
oDep
);
static
struct
saucy_graph
*
buildSim2Graph
(
Abc_Ntk_t
*
pNtk
,
struct
coloring
*
c
,
Vec_Int_t
*
randVec
,
Vec_Int_t
**
iDep
,
Vec_Int_t
**
oDep
,
Vec_Ptr_t
**
topOrder
,
Vec_Int_t
**
obs
,
Vec_Int_t
**
ctrl
);
static
Vec_Int_t
*
assignRandomBitsToCells
(
Abc_Ntk_t
*
pNtk
,
struct
coloring
*
c
);
int
Abc_NtkCecSat_saucy
(
Abc_Ntk_t
*
pNtk1
,
Abc_Ntk_t
*
pNtk2
,
int
*
pModel
);
st
ruct
sim_result
*
analyzeConflict
(
Abc_Ntk_t
*
pNtk
,
int
*
pModel
,
int
fVerbose
);
static
int
Abc_NtkCecSat_saucy
(
Abc_Ntk_t
*
pNtk1
,
Abc_Ntk_t
*
pNtk2
,
int
*
pModel
);
st
atic
struct
sim_result
*
analyzeConflict
(
Abc_Ntk_t
*
pNtk
,
int
*
pModel
,
int
fVerbose
);
static
void
bumpActivity
(
struct
saucy
*
s
,
struct
sim_result
*
cex
);
static
void
reduceDB
(
struct
saucy
*
s
);
...
...
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