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
f26e760e
Commit
f26e760e
authored
Jan 08, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing C++ compilation issues.
parent
621599fc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
6 deletions
+3
-6
src/aig/gia/gia.h
+2
-1
src/base/abci/abc.c
+0
-1
src/map/if/ifTruth.c
+1
-1
src/proof/abs/absGla.c
+0
-1
src/proof/abs/absGlaOld.c
+0
-1
src/proof/abs/absVta.c
+0
-1
No files found.
src/aig/gia/gia.h
View file @
f26e760e
...
...
@@ -1028,9 +1028,10 @@ extern void Tas_ManSatPrintStats( Tas_Man_t * p );
extern
int
Tas_ManSolve
(
Tas_Man_t
*
p
,
Gia_Obj_t
*
pObj
,
Gia_Obj_t
*
pObj2
);
extern
int
Tas_ManSolveArray
(
Tas_Man_t
*
p
,
Vec_Ptr_t
*
vObjs
);
extern
int
Gia_ManToBridgeAbsNetlist
(
FILE
*
pFile
,
Gia_Man_t
*
p
);
ABC_NAMESPACE_HEADER_END
ABC_NAMESPACE_HEADER_END
#endif
...
...
src/base/abci/abc.c
View file @
f26e760e
...
...
@@ -11678,7 +11678,6 @@ usage:
***********************************************************************/
int
Abc_CommandSendAig
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
)
{
extern
int
Gia_ManToBridgeAbsNetlist
(
FILE
*
pFile
,
Gia_Man_t
*
p
,
int
msg_type
);
const
int
BRIDGE_NETLIST
=
106
;
const
int
BRIDGE_ABS_NETLIST
=
107
;
...
...
src/map/if/ifTruth.c
View file @
f26e760e
...
...
@@ -647,7 +647,7 @@ static inline void If_TruthStretch2( word * pTruth, int nVars, int * pPerm, int
if
(
i
<
pPerm
[
i
]
)
Abc_TtSwapVars
(
pTruth
,
nVars
,
i
,
pPerm
[
i
]
);
}
in
line
in
t
If_CutComputeTruth2
(
If_Man_t
*
p
,
If_Cut_t
*
pCut
,
If_Cut_t
*
pCut0
,
If_Cut_t
*
pCut1
,
int
fCompl0
,
int
fCompl1
)
int
If_CutComputeTruth2
(
If_Man_t
*
p
,
If_Cut_t
*
pCut
,
If_Cut_t
*
pCut0
,
If_Cut_t
*
pCut1
,
int
fCompl0
,
int
fCompl1
)
{
int
nWords
;
if
(
pCut
->
nLimit
<
7
)
...
...
src/proof/abs/absGla.c
View file @
f26e760e
...
...
@@ -1484,7 +1484,6 @@ void Ga2_GlaDumpAbsracted( Ga2_Man_t * p, int fVerbose )
***********************************************************************/
void
Gia_Ga2SendAbsracted
(
Ga2_Man_t
*
p
,
int
fVerbose
)
{
extern
int
Gia_ManToBridgeAbsNetlist
(
FILE
*
pFile
,
Gia_Man_t
*
p
);
Gia_Man_t
*
pAbs
;
Vec_Int_t
*
vGateClasses
;
assert
(
Abc_FrameIsBridgeMode
()
);
...
...
src/proof/abs/absGlaOld.c
View file @
f26e760e
...
...
@@ -1573,7 +1573,6 @@ void Gla_ManReportMemory( Gla_Man_t * p )
***********************************************************************/
void
Gia_GlaSendAbsracted
(
Gla_Man_t
*
p
,
int
fVerbose
)
{
extern
int
Gia_ManToBridgeAbsNetlist
(
FILE
*
pFile
,
Gia_Man_t
*
p
);
Gia_Man_t
*
pAbs
;
Vec_Int_t
*
vGateClasses
;
assert
(
Abc_FrameIsBridgeMode
()
);
...
...
src/proof/abs/absVta.c
View file @
f26e760e
...
...
@@ -1383,7 +1383,6 @@ void Vga_ManRollBack( Vta_Man_t * p, int nObjOld )
***********************************************************************/
void
Gia_VtaSendAbsracted
(
Vta_Man_t
*
p
,
int
fVerbose
)
{
extern
int
Gia_ManToBridgeAbsNetlist
(
FILE
*
pFile
,
Gia_Man_t
*
p
);
Gia_Man_t
*
pAbs
;
assert
(
Abc_FrameIsBridgeMode
()
);
// if ( fVerbose )
...
...
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