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
81e1f9fe
Commit
81e1f9fe
authored
Nov 08, 2015
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
g++ compiler warnings.
parent
efb8ad0a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/aig/gia/giaFadds.c
+1
-1
src/aig/gia/giaRex.c
+1
-2
src/base/abci/abc.c
+1
-0
No files found.
src/aig/gia/giaFadds.c
View file @
81e1f9fe
...
...
@@ -565,7 +565,7 @@ Gia_Man_t * Gia_ManGenerateExtraAig( int nBoxes, int nIns, int nOuts )
void
Gia_ManDupFadd
(
Gia_Man_t
*
pNew
,
Gia_Man_t
*
p
,
Vec_Int_t
*
vChain
,
Vec_Int_t
*
vFadds
,
Vec_Int_t
*
vMap
,
Vec_Wec_t
*
vChains
,
Vec_Int_t
*
vMap2Chain
,
Vec_Int_t
*
vTruths
)
{
extern
void
Gia_ManDupWithFaddBoxes_rec
(
Gia_Man_t
*
pNew
,
Gia_Man_t
*
p
,
Gia_Obj_t
*
pObj
,
Vec_Int_t
*
vFadds
,
Vec_Int_t
*
vMap
,
Vec_Wec_t
*
vChains
,
Vec_Int_t
*
vMap2Chain
,
Vec_Int_t
*
vTruths
);
int
i
,
k
,
iFadd
,
iCiLit
,
pLits
[
3
];
int
i
,
k
,
iFadd
=
-
1
,
iCiLit
,
pLits
[
3
];
Gia_Obj_t
*
pObj
;
// construct FADD inputs
Vec_IntForEachEntry
(
vChain
,
iFadd
,
i
)
...
...
src/aig/gia/giaRex.c
View file @
81e1f9fe
...
...
@@ -19,6 +19,7 @@
***********************************************************************/
#include "gia.h"
#include "misc/extra/extra.h"
ABC_NAMESPACE_IMPL_START
...
...
@@ -27,8 +28,6 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
extern
void
Extra_PrintBinary
(
FILE
*
pFile
,
unsigned
Sign
[],
int
nBits
);
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
...
...
src/base/abci/abc.c
View file @
81e1f9fe
...
...
@@ -55,6 +55,7 @@
#include "opt/sfm/sfm.h"
#include "bool/rpo/rpo.h"
#include "map/mpm/mpm.h"
#include "opt/fret/fretime.h"
#ifndef _WIN32
#include <unistd.h>
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