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
3a321133
Commit
3a321133
authored
Jul 16, 2015
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarifying 'cec' and 'dsec' usage message.
parent
f54a139c
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 @
3a321133
...
...
@@ -20539,7 +20539,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
-P num : partition size for multi-output networks [default = %s]
\n
"
,
Buffer
);
Abc_Print
(
-
2
,
"
\t
-p : toggle automatic partitioning [default = %s]
\n
"
,
fPartition
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-s : toggle
\"
SAT only
\"
and
\"
FRAIG + SAT
\"
[default = %s]
\n
"
,
fSat
?
"SAT only"
:
"FRAIG + SAT"
);
Abc_Print
(
-
2
,
"
\t
-n : toggle
ignoring names when matching CIs/COs [default = %s]
\n
"
,
fIgnoreNames
?
"yes"
:
"no
"
);
Abc_Print
(
-
2
,
"
\t
-n : toggle
how CIs/COs are matched (by name or by order) [default = %s]
\n
"
,
fIgnoreNames
?
"by order"
:
"by name
"
);
Abc_Print
(
-
2
,
"
\t
-v : toggle verbose output [default = %s]
\n
"
,
fVerbose
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
Abc_Print
(
-
2
,
"
\t
file1 : (optional) the file with the first network
\n
"
);
...
...
@@ -20832,7 +20832,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
-r : toggles forward retiming at the beginning [default = %s]
\n
"
,
pSecPar
->
fRetimeFirst
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-m : toggles min-register retiming [default = %s]
\n
"
,
pSecPar
->
fRetimeRegs
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-f : toggles the internal use of fraiging [default = %s]
\n
"
,
pSecPar
->
fFraiging
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-n : toggle
ignoring names when matching PIs/POs [default = %s]
\n
"
,
fIgnoreNames
?
"yes"
:
"no
"
);
Abc_Print
(
-
2
,
"
\t
-n : toggle
how CIs/COs are matched (by name or by order) [default = %s]
\n
"
,
fIgnoreNames
?
"by order"
:
"by name
"
);
Abc_Print
(
-
2
,
"
\t
-v : toggles verbose output [default = %s]
\n
"
,
pSecPar
->
fVerbose
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-w : toggles additional verbose output [default = %s]
\n
"
,
pSecPar
->
fVeryVerbose
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
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