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
bb437893
Commit
bb437893
authored
May 13, 2023
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing a global variable in resub.
parent
7e501b9b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/base/abci/abcPrint.c
+1
-1
src/base/abci/abcResub.c
+2
-2
No files found.
src/base/abci/abcPrint.c
View file @
bb437893
...
...
@@ -46,7 +46,7 @@ ABC_NAMESPACE_IMPL_START
abctime
s_MappingTime
=
0
;
int
s_MappingMem
=
0
;
abctime
s_ResubTime
=
0
;
//
abctime s_ResubTime = 0;
abctime
s_ResynTime
=
0
;
////////////////////////////////////////////////////////////////////////
...
...
src/base/abci/abcResub.c
View file @
bb437893
...
...
@@ -117,7 +117,7 @@ static Dec_Graph_t * Abc_ManResubDivs3( Abc_ManRes_t * p, int Required );
static
Vec_Ptr_t
*
Abc_CutFactorLarge
(
Abc_Obj_t
*
pNode
,
int
nLeavesMax
);
static
int
Abc_CutVolumeCheck
(
Abc_Obj_t
*
pNode
,
Vec_Ptr_t
*
vLeaves
);
extern
abctime
s_ResubTime
;
//
extern abctime s_ResubTime;
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
...
...
@@ -271,7 +271,7 @@ pManRes->timeTotal = Abc_Clock() - clkStart;
printf
(
"Abc_NtkRefactor: The network check has failed.
\n
"
);
return
0
;
}
s_ResubTime
=
Abc_Clock
()
-
clkStart
;
//
s_ResubTime = Abc_Clock() - clkStart;
return
1
;
}
...
...
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