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
5ce7aa57
Commit
5ce7aa57
authored
Sep 20, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Synchronizing packages.
parent
76666174
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/base/abci/abc.c
+4
-4
src/base/abci/abcNpnSave.c
+1
-1
src/base/ver/verParse.c
+1
-1
No files found.
src/base/abci/abc.c
View file @
5ce7aa57
...
...
@@ -1060,8 +1060,8 @@ void Abc_Init( Abc_Frame_t * pAbc )
// If_ManSatTest();
}
if
(
Sdm_ManCanRead
()
)
Sdm_ManRead
();
//
if ( Sdm_ManCanRead() )
//
Sdm_ManRead();
}
/**Function*************************************************************
...
...
@@ -16033,7 +16033,7 @@ int Abc_CommandDsdPs( Abc_Frame_t * pAbc, int argc, char ** argv )
usage:
Abc_Print
(
-
2
,
"usage: dsd_ps [-NS num] [-obvh]
\n
"
);
Abc_Print
(
-
2
,
"
\t
prints statistics of DSD manager
\n
"
);
Abc_Print
(
-
2
,
"
\t
prints statistics of
the
DSD manager
\n
"
);
Abc_Print
(
-
2
,
"
\t
-N num : show structures whose ID divides by N [default = %d]
\n
"
,
Number
);
Abc_Print
(
-
2
,
"
\t
-S num : show structures whose support size is S [default = %d]
\n
"
,
Support
);
Abc_Print
(
-
2
,
"
\t
-o : toggles printing occurence distribution [default = %s]
\n
"
,
fOccurs
?
"yes"
:
"no"
);
...
...
@@ -16289,7 +16289,7 @@ int Abc_CommandDsdClean( Abc_Frame_t * pAbc, int argc, char ** argv )
usage:
Abc_Print
(
-
2
,
"usage: dsd_clean [-LK num] [-omvh]
\n
"
);
Abc_Print
(
-
2
,
"
\t
modifying parameters of the DSD manager
\n
"
);
Abc_Print
(
-
2
,
"
\t
-L num : remove structures with fewer occur
a
nces that this [default = %d]
\n
"
,
nLimit
);
Abc_Print
(
-
2
,
"
\t
-L num : remove structures with fewer occur
re
nces that this [default = %d]
\n
"
,
nLimit
);
Abc_Print
(
-
2
,
"
\t
-K num : new LUT size to set for the DSD manager [default = %d]
\n
"
,
nLutSize
);
Abc_Print
(
-
2
,
"
\t
-o : toggles cleaning occurrence counters [default = %s]
\n
"
,
fCleanOccur
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-m : toggles cleaning matching marks [default = %s]
\n
"
,
fCleanMarks
?
"yes"
:
"no"
);
src/base/abci/abcNpnSave.c
View file @
5ce7aa57
...
...
@@ -34,7 +34,7 @@ typedef struct Npn_Man_t_ Npn_Man_t;
struct
Npn_Obj_t_
{
word
uTruth
;
// truth table
int
Count
;
// occur
a
nces
int
Count
;
// occur
re
nces
int
iNext
;
// next entry
};
struct
Npn_Man_t_
...
...
src/base/ver/verParse.c
View file @
5ce7aa57
...
...
@@ -63,7 +63,7 @@ int Ver_ParseSkipComments( Ver_Man_t * pMan )
return
Ver_ParseSkipComments
(
pMan
);
}
if
(
Symbol
==
'*'
)
{
// skip till the next occur
a
nce of */
{
// skip till the next occur
re
nce of */
Ver_StreamPopChar
(
p
);
do
{
Ver_StreamSkipToChars
(
p
,
"*"
);
...
...
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