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
b483c97f
Commit
b483c97f
authored
Nov 21, 2016
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fixes.
parent
a703052b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/aig/gia/giaSatMap.c
+1
-1
src/base/abci/abc.c
+1
-1
No files found.
src/aig/gia/giaSatMap.c
View file @
b483c97f
...
...
@@ -489,7 +489,7 @@ int Sbm_ManTestSat( void * pMan )
StartSol
=
Vec_IntSize
(
p
->
vSolCuts
);
// StartSol = 30;
while
(
fKeepTrying
)
while
(
fKeepTrying
&&
StartSol
-
fKeepTrying
>
0
)
{
printf
(
"Trying to find mapping with %d gates.
\n
"
,
StartSol
-
fKeepTrying
);
// for ( i = Vec_IntSize(p->vSolCuts)-5; i < nVars; i++ )
...
...
src/base/abci/abc.c
View file @
b483c97f
...
...
@@ -7463,7 +7463,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
finds optimum networks using SAT-based exact synthesis for hex truth tables <truth1> <truth2> ...
\n
"
);
Abc_Print
(
-
2
,
"
\t
-D <num> : constrain maximum depth (if too low, algorithm may not terminate)
\n
"
);
Abc_Print
(
-
2
,
"
\t
-A <list> : input arrival times (comma separated list)
\n
"
);
Abc_Print
(
-
2
,
"
\t
-S <num> : number of start gates in search [default = %
s
]
\n
"
,
nStartGates
);
Abc_Print
(
-
2
,
"
\t
-S <num> : number of start gates in search [default = %
d
]
\n
"
,
nStartGates
);
Abc_Print
(
-
2
,
"
\t
-C <num> : the limit on the number of conflicts; turn off with 0 [default = %d]
\n
"
,
nBTLimit
);
Abc_Print
(
-
2
,
"
\t
-a : toggle create AIG [default = %s]
\n
"
,
fMakeAIG
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-t : run test suite
\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