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
89c981c6
Commit
89c981c6
authored
Apr 28, 2018
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The ECO code (fix to the broken build).
parent
fa00219d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/base/acb/acbFunc.c
+2
-2
No files found.
src/base/acb/acbFunc.c
View file @
89c981c6
...
...
@@ -2273,7 +2273,7 @@ Vec_Ptr_t * Acb_TransformPatchFunctions( Vec_Ptr_t * vSops, Vec_Wec_t * vSupps,
***********************************************************************/
int
Acb_NtkEcoPerform
(
Acb_Ntk_t
*
pNtkF
,
Acb_Ntk_t
*
pNtkG
,
char
*
pFileNameF
,
int
fCisOnly
)
{
extern
Gia_Man_t
*
Abc_SopSynthesizeOne
(
char
*
pSop
);
extern
Gia_Man_t
*
Abc_SopSynthesizeOne
(
char
*
pSop
,
int
fClp
);
abctime
clk
=
Abc_Clock
();
int
nTargets
=
Vec_IntSize
(
&
pNtkF
->
vTargets
);
...
...
@@ -2389,7 +2389,7 @@ int Acb_NtkEcoPerform( Acb_Ntk_t * pNtkF, Acb_Ntk_t * pNtkG, char * pFileNameF,
}
// add new function to the miter
pOne
=
Abc_SopSynthesizeOne
(
pSop
);
pOne
=
Abc_SopSynthesizeOne
(
pSop
,
1
);
printf
(
"Tar%02d: "
,
i
);
Gia_ManPrintStats
(
pOne
,
NULL
);
...
...
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