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
83a47278
Commit
83a47278
authored
Oct 11, 2014
by
grigora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed "bm" command hang issue.
parent
f0044175
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
src/base/abci/abcBm.c
+6
-7
No files found.
src/base/abci/abcBm.c
View file @
83a47278
...
...
@@ -1909,15 +1909,14 @@ void bmGateWay( Abc_Ntk_t * pNtk1, Abc_Ntk_t * pNtk2, int p_equivalence )
}
if
(
iLastItem2
<
Abc_NtkPiNum
(
pNtk2
)
)
{
iNumOfItemsAdded
=
iSplitByDep
(
pNtk2
,
iDep2
,
iMatch2
,
iGroup2
,
&
iLastItem2
,
oGroup2
);
if
(
oLastItem2
<
Abc_NtkPoNum
(
pNtk2
)
)
oNumOfItemsAdded
=
oSplitByDep
(
pNtk2
,
oDep2
,
oMatch2
,
oGroup2
,
&
oLastItem2
,
iGroup2
);
else
oNumOfItemsAdded
=
0
;
}
else
iNumOfItemsAdded
=
0
;
iNumOfItemsAdded
=
0
;
if
(
oLastItem2
<
Abc_NtkPoNum
(
pNtk2
)
)
oNumOfItemsAdded
=
oSplitByDep
(
pNtk2
,
oDep2
,
oMatch2
,
oGroup2
,
&
oLastItem2
,
iGroup2
);
else
oNumOfItemsAdded
=
0
;
if
(
!
checkListConsistency
(
iMatch1
,
oMatch1
,
iMatch2
,
oMatch2
,
iLastItem1
,
oLastItem1
,
iLastItem2
,
oLastItem2
))
{
...
...
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