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
759c6596
Commit
759c6596
authored
Mar 10, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug alert message in 'fraig'.
parent
aa31e011
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/base/abci/abc.c
+2
-1
No files found.
src/base/abci/abc.c
View file @
759c6596
...
@@ -11096,7 +11096,8 @@ usage:
...
@@ -11096,7 +11096,8 @@ usage:
sprintf
(
Buffer
,
"%d"
,
pParams
->
nBTLimit
);
sprintf
(
Buffer
,
"%d"
,
pParams
->
nBTLimit
);
Abc_Print
(
-
2
,
"usage: fraig [-R num] [-D num] [-C num] [-rscpvtah]
\n
"
);
Abc_Print
(
-
2
,
"usage: fraig [-R num] [-D num] [-C num] [-rscpvtah]
\n
"
);
Abc_Print
(
-
2
,
"
\t
transforms a logic network into a functionally reduced AIG
\n
"
);
Abc_Print
(
-
2
,
"
\t
transforms a logic network into a functionally reduced AIG
\n
"
);
Abc_Print
(
-
2
,
"
\t
(there are also newer fraiging commands,
\"
ifraig
\"
and
\"
dfraig
\"
)
\n
"
);
Abc_Print
(
-
2
,
"
\t
(known bugs: takes an UNSAT miter and returns a SAT one)
\n
"
);
Abc_Print
(
-
2
,
"
\t
(there are newer fraiging commands,
\"
ifraig
\"
and
\"
dfraig
\"
)
\n
"
);
Abc_Print
(
-
2
,
"
\t
-R num : number of random patterns (127 < num < 32769) [default = %d]
\n
"
,
pParams
->
nPatsRand
);
Abc_Print
(
-
2
,
"
\t
-R num : number of random patterns (127 < num < 32769) [default = %d]
\n
"
,
pParams
->
nPatsRand
);
Abc_Print
(
-
2
,
"
\t
-D num : number of systematic patterns (127 < num < 32769) [default = %d]
\n
"
,
pParams
->
nPatsDyna
);
Abc_Print
(
-
2
,
"
\t
-D num : number of systematic patterns (127 < num < 32769) [default = %d]
\n
"
,
pParams
->
nPatsDyna
);
Abc_Print
(
-
2
,
"
\t
-C num : number of backtracks for one SAT problem [default = %s]
\n
"
,
pParams
->
nBTLimit
==-
1
?
"infinity"
:
Buffer
);
Abc_Print
(
-
2
,
"
\t
-C num : number of backtracks for one SAT problem [default = %s]
\n
"
,
pParams
->
nBTLimit
==-
1
?
"infinity"
:
Buffer
);
...
...
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