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
55ba5a3e
Commit
55ba5a3e
authored
Nov 27, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patching ABC for Yosys.
parent
9cbba3cc
Show 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 @
55ba5a3e
...
...
@@ -10738,7 +10738,7 @@ int Abc_CommandSenseInput( Abc_Frame_t * pAbc, int argc, char ** argv )
usage:
Abc_Print
(
-
2
,
"usage: senseinput [-C num] [-vh]
\n
"
);
Abc_Print
(
-
2
,
"
\t
computes sensitivity of POs to PIs under constraint
\n
"
);
Abc_Print
(
-
2
,
"
\t
constraint should be represented as the last PO"
);
Abc_Print
(
-
2
,
"
\t
constraint should be represented as the last PO
\n
"
);
Abc_Print
(
-
2
,
"
\t
-C num : the max number of conflicts at a node [default = %d]
\n
"
,
nConfLim
);
Abc_Print
(
-
2
,
"
\t
-v : toggle printing verbose information [default = %s]
\n
"
,
fVerbose
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
...
...
@@ -23627,7 +23627,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
Abc_Print
(
-
2
,
"
\t
\n
"
);
Abc_Print
(
-
2
,
"
\t
This command was contributed by Hadi Katebi from U Michigan."
);
Abc_Print
(
-
2
,
"
\t
This command was contributed by Hadi Katebi from U Michigan.
\n
"
);
Abc_Print
(
-
2
,
"
\t
The paper describing the method: H. Katebi, K. Sakallah and
\n
"
);
Abc_Print
(
-
2
,
"
\t
I. L. Markov.
\n
"
);
Abc_Print
(
-
2
,
"
\t
\"
Generalized Boolean Symmetries Through Nested Partition
\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