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
d3c42bb9
Commit
d3c42bb9
authored
Feb 15, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiments with inductive don't-cares.
parent
e1a80a3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/base/abci/abc.c
+2
-2
No files found.
src/base/abci/abc.c
View file @
d3c42bb9
...
...
@@ -4776,7 +4776,7 @@ int Abc_CommandMfs2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: mfs2 [-WFDMLCZN
<num>] [-daei
vwh]
\n
"
);
Abc_Print
(
-
2
,
"usage: mfs2 [-WFDMLCZN
I <num>] [-daeij
vwh]
\n
"
);
Abc_Print
(
-
2
,
"
\t
performs don't-care-based optimization of logic networks
\n
"
);
Abc_Print
(
-
2
,
"
\t
-W <num> : the number of levels in the TFO cone (0 <= num) [default = %d]
\n
"
,
pPars
->
nTfoLevMax
);
Abc_Print
(
-
2
,
"
\t
-F <num> : the max number of fanouts to skip (1 <= num) [default = %d]
\n
"
,
pPars
->
nFanoutMax
);
...
...
@@ -4790,7 +4790,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
-a : toggle minimizing area or area+edges [default = %s]
\n
"
,
pPars
->
fArea
?
"area"
:
"area+edges"
);
Abc_Print
(
-
2
,
"
\t
-e : toggle high-effort resubstitution [default = %s]
\n
"
,
pPars
->
fMoreEffort
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-i : toggle using inductive don't-cares [default = %s]
\n
"
,
fIndDCs
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-j : toggle using all flops w
ith
\"
-i
\"
is enabled [default = %s]
\n
"
,
fUseAllFfs
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-j : toggle using all flops w
hen
\"
-i
\"
is enabled [default = %s]
\n
"
,
fUseAllFfs
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-I : the number of additional frames inserted [default = %d]
\n
"
,
nFramesAdd
);
Abc_Print
(
-
2
,
"
\t
-v : toggle printing optimization summary [default = %s]
\n
"
,
pPars
->
fVerbose
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-w : toggle printing detailed stats for each node [default = %s]
\n
"
,
pPars
->
fVeryVerbose
?
"yes"
:
"no"
);
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