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
820cbc11
Commit
820cbc11
authored
Oct 05, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to &flow and &flow2.
parent
734435f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/aig/gia/giaScript.c
+9
-9
No files found.
src/aig/gia/giaScript.c
View file @
820cbc11
...
...
@@ -388,7 +388,7 @@ void Gia_ManPerformMap( int nAnds, int nLutSize, int nCutNum, int fMinAve, int f
printf
(
"Mapping with &lf:
\n
"
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&ps"
);
}
if
(
(
nLutSize
==
4
&&
nAnds
<
100000
)
||
(
nLutSize
==
6
&&
nAnds
<
10
000
)
)
if
(
(
nLutSize
==
4
&&
nAnds
<
100000
)
||
(
nLutSize
==
6
&&
nAnds
<
2
000
)
)
{
sprintf
(
Command
,
"&unmap; &if -sz -S %d%d -K %d -C %d %s"
,
nLutSize
,
nLutSize
,
2
*
nLutSize
-
1
,
2
*
nCutNum
,
fMinAve
?
"-t"
:
""
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
Command
);
...
...
@@ -417,11 +417,11 @@ void Gia_ManPerformRound( int fIsMapped, int nAnds, int nLevels, int nLutSize, i
if
(
nAnds
<
50000
)
{
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
""
);
sprintf
(
Command
,
"&dsdb; &dch -
f
; &if -K %d -C %d %s; &save"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
sprintf
(
Command
,
"&dsdb; &dch -
C 200
; &if -K %d -C %d %s; &save"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
Command
);
if
(
fVerbose
)
{
printf
(
"Mapping with &dch -
f
; &if -K %d -C %d %s:
\n
"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
printf
(
"Mapping with &dch -
C 200
; &if -K %d -C %d %s:
\n
"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&ps"
);
}
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&st"
);
...
...
@@ -431,11 +431,11 @@ void Gia_ManPerformRound( int fIsMapped, int nAnds, int nLevels, int nLutSize, i
if
(
nAnds
<
20000
)
{
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
""
);
sprintf
(
Command
,
"&dsdb; &dch -
f
; &if -K %d -C %d %s; &save"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
sprintf
(
Command
,
"&dsdb; &dch -
C 200
; &if -K %d -C %d %s; &save"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
Command
);
if
(
fVerbose
)
{
printf
(
"Mapping with &dch -
f
; &if -K %d -C %d %s:
\n
"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
printf
(
"Mapping with &dch -
C 200
; &if -K %d -C %d %s:
\n
"
,
nLutSize
,
nCutNum
,
fMinAve
?
"-t"
:
""
);
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&ps"
);
}
Cmd_CommandExecute
(
Abc_FrameGetGlobalFrame
(),
"&st"
);
...
...
@@ -496,10 +496,10 @@ void Gia_ManPerformFlow( int fIsMapped, int nAnds, int nLevels, int nLutSize, in
void
Gia_ManPerformFlow2
(
int
fIsMapped
,
int
nAnds
,
int
nLevels
,
int
nLutSize
,
int
nCutNum
,
int
fBalance
,
int
fMinAve
,
int
fUseMfs
,
int
fVerbose
)
{
char
Comm1
[
100
],
Comm2
[
100
],
Comm3
[
100
],
Comm4
[
100
];
sprintf
(
Comm1
,
"&synch2 -K %d; &if -m%s -K %d -C %d; %s &save"
,
nLutSize
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm2
,
"&dch -
f;
&if -m%s -K %d -C %d; %s &save"
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
+
4
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm3
,
"&synch2 -K %d; &lf -m%s -E 5 -K %d -C %d; %s &save"
,
nLutSize
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm4
,
"&dch -
f;
&lf -m%sk -E 5 -K %d -C %d; %s &save"
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
+
4
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm1
,
"&synch2 -K %d
-C 200
; &if -m%s -K %d -C %d; %s &save"
,
nLutSize
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm2
,
"&dch -
C 200;
&if -m%s -K %d -C %d; %s &save"
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
+
4
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm3
,
"&synch2 -K %d
-C 200
; &lf -m%s -E 5 -K %d -C %d; %s &save"
,
nLutSize
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
sprintf
(
Comm4
,
"&dch -
C 200;
&lf -m%sk -E 5 -K %d -C %d; %s &save"
,
fMinAve
?
"t"
:
""
,
nLutSize
,
nCutNum
+
4
,
fUseMfs
?
"&put; mfs2 -W 4 -M 500 -C 7000; &get -m;"
:
""
);
// perform synthesis
if
(
fVerbose
)
...
...
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