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
034fc5a1
Commit
034fc5a1
authored
May 21, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc changes.
parent
77b83074
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/aig/gia/giaUtil.c
+2
-2
src/map/if/ifDec16.c
+2
-1
No files found.
src/aig/gia/giaUtil.c
View file @
034fc5a1
...
@@ -992,8 +992,8 @@ void Gia_ManVerifyChoices( Gia_Man_t * p )
...
@@ -992,8 +992,8 @@ void Gia_ManVerifyChoices( Gia_Man_t * p )
printf
(
"Fanin 0 of CO node %d has a repr.
\n
"
,
i
),
fProb
=
1
;
printf
(
"Fanin 0 of CO node %d has a repr.
\n
"
,
i
),
fProb
=
1
;
}
}
}
}
if
(
!
fProb
)
//
if ( !fProb )
printf
(
"GIA with choices is correct.
\n
"
);
//
printf( "GIA with choices is correct.\n" );
}
}
/**Function*************************************************************
/**Function*************************************************************
...
...
src/map/if/ifDec16.c
View file @
034fc5a1
...
@@ -2054,7 +2054,8 @@ int If_CutPerformCheck16( If_Man_t * p, unsigned * pTruth, int nVars, int nLeave
...
@@ -2054,7 +2054,8 @@ int If_CutPerformCheck16( If_Man_t * p, unsigned * pTruth, int nVars, int nLeave
if
(
If_CutTruthMinimize
(
p
,
pCut
)
>=
2
)
if
(
If_CutTruthMinimize
(
p
,
pCut
)
>=
2
)
return
0
;
return
0
;
nLeaves
=
pCut
->
nLeaves
;
nLeaves
=
pCut
->
nLeaves
;
If_CluCopy
(
(
word
*
)
pTruth
,
(
word
*
)
If_CutTruth
(
pCut
),
nVars
);
// If_CluCopy( (word *)pTruth, (word *)If_CutTruth(pCut), nVars );
pTruth
=
If_CutTruth
(
pCut
);
}
}
// quit if parameters are wrong
// quit if parameters are wrong
...
...
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