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
3c51dd47
Commit
3c51dd47
authored
Aug 28, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tuning LUT mapping flow.
parent
70a23637
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
src/aig/gia/giaSopb.c
+4
-1
src/base/abci/abc.c
+1
-0
No files found.
src/aig/gia/giaSopb.c
View file @
3c51dd47
...
...
@@ -425,7 +425,10 @@ void Gia_ManPerformFlow( int fIsMapped, int nAnds, int nLevels, int nLutSize, in
// remove comb equivs
if
(
fIsMapped
)
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&st"
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&fraig -c"
);
if
(
Abc_FrameReadGia
(
Abc_FrameGetGlobalFrame
())
->
pManTime
)
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&sweep"
);
else
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&fraig -c"
);
// perform first round
Gia_ManPerformRound
(
fIsMapped
,
nAnds
,
nLevels
,
nLutSize
,
nCutNum
,
nRelaxRatio
,
fVerbose
);
...
...
src/base/abci/abc.c
View file @
3c51dd47
...
...
@@ -26106,6 +26106,7 @@ int Abc_CommandAbc9Strash( Abc_Frame_t * pAbc, int argc, char ** argv )
if
(
!
Abc_FrameReadFlag
(
"silentmode"
)
)
printf
(
"Rehashed the current AIG.
\n
"
);
}
Gia_ManTransferTiming
(
pTemp
,
pAbc
->
pGia
);
Abc_FrameUpdateGia
(
pAbc
,
pTemp
);
return
0
;
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