Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
abc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel Tooling
abc
Commits
448f2634
Commit
448f2634
authored
Jul 20, 2020
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing new resub code.
parent
25538c23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/aig/gia/giaResub2.c
src/aig/gia/giaResub2.c
+1
-2
No files found.
src/aig/gia/giaResub2.c
View file @
448f2634
...
...
@@ -255,7 +255,6 @@ int Gia_Rsb2ManDivs( Gia_Rsb2Man_t * p, int iNode )
{
int
i
,
iNodeLevel
=
0
;
int
*
pRefs
=
Vec_IntArray
(
&
p
->
vRefs
);
int
*
pObjs
=
Vec_IntArray
(
&
p
->
vObjs
);
p
->
CareSet
=
Gia_Rsb2ManOdcs
(
p
,
iNode
);
p
->
Truth1
=
p
->
CareSet
&
Vec_WrdEntry
(
&
p
->
vSims
,
2
*
iNode
);
p
->
Truth0
=
p
->
CareSet
&
~
p
->
Truth1
;
...
...
@@ -409,7 +408,7 @@ int Abc_ResubComputeWindow( int * pObjs, int nObjs, int nDivsMax, int nLevelIncr
while
(
(
iNode
=
Abc_ResubNodeToTry
(
&
p
->
vTried
,
p
->
nPis
+
1
,
p
->
iFirstPo
))
>
0
)
{
int
nDivs
=
Gia_Rsb2ManDivs
(
p
,
iNode
);
int
*
pResub
,
nResub
=
Abc_ResubComputeFunction
(
(
word
**
)
Vec_PtrArray
(
&
p
->
vpDivs
),
nDivs
,
1
,
p
->
nMffc
-
1
,
nDivsMax
,
0
,
fUseXor
,
fDebug
,
fVerbose
,
&
pResub
);
int
*
pResub
,
nResub
=
Abc_ResubComputeFunction
(
Vec_PtrArray
(
&
p
->
vpDivs
),
nDivs
,
1
,
p
->
nMffc
-
1
,
nDivsMax
,
0
,
fUseXor
,
fDebug
,
fVerbose
,
&
pResub
);
if
(
nResub
==
0
)
Vec_IntPush
(
&
p
->
vTried
,
iNode
);
else
...
...
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