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
aa78ce56
Commit
aa78ce56
authored
Jul 20, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated code for lazy man's synthesis.
parent
e53ffc64
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
src/base/abci/abc.c
+7
-7
src/base/abci/abcRec2.c
+0
-0
src/map/if/if.h
+4
-0
No files found.
src/base/abci/abc.c
View file @
aa78ce56
...
...
@@ -12742,7 +12742,7 @@ int Abc_CommandRecStart2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_start [-K num] [-C num] [-th]
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_start
2
[-K num] [-C num] [-th]
\n
"
);
Abc_Print
(
-
2
,
"
\t
starts recording AIG subgraphs (should be called for
\n
"
);
Abc_Print
(
-
2
,
"
\t
an empty network or after reading in a previous record)
\n
"
);
Abc_Print
(
-
2
,
"
\t
-K num : the largest number of inputs [default = %d]
\n
"
,
nVars
);
...
...
@@ -12789,7 +12789,7 @@ int Abc_CommandRecStop2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_stop [-h]
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_stop
2
[-h]
\n
"
);
Abc_Print
(
-
2
,
"
\t
cleans the internal storage for AIG subgraphs
\n
"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
return
1
;
...
...
@@ -12841,7 +12841,7 @@ int Abc_CommandRecAdd2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_add [-h]
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_add
2
[-h]
\n
"
);
Abc_Print
(
-
2
,
"
\t
adds subgraphs from the current network to the set
\n
"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
return
1
;
...
...
@@ -12887,7 +12887,7 @@ int Abc_CommandRecPs2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_ps [-h]
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_ps
2
[-h]
\n
"
);
Abc_Print
(
-
2
,
"
\t
prints statistics about the recorded AIG subgraphs
\n
"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
return
1
;
...
...
@@ -12955,7 +12955,7 @@ int Abc_CommandRecDump2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_dump [-h] <file>
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_dump
2
[-h] <file>
\n
"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
return
1
;
}
...
...
@@ -13010,7 +13010,7 @@ int Abc_CommandRecFilter2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_filter [-h]
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_filter
2
[-h]
\n
"
);
Abc_Print
(
-
2
,
"
\t
filter the library of the recorder
\n
"
);
Abc_Print
(
-
2
,
"
\t
-F num : the limit number of function class [default = %d]
\n
"
,
nLimit
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
...
...
@@ -13090,7 +13090,7 @@ int Abc_CommandRecMerge2( Abc_Frame_t * pAbc, int argc, char ** argv )
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: rec_merge [-h]
\n
"
);
Abc_Print
(
-
2
,
"usage: rec_merge
2
[-h]
\n
"
);
Abc_Print
(
-
2
,
"
\t
merge libraries
\n
"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
return
1
;
...
...
src/base/abci/abcRec2.c
View file @
aa78ce56
This diff is collapsed.
Click to expand it.
src/map/if/if.h
View file @
aa78ce56
...
...
@@ -280,7 +280,11 @@ struct If_Obj_t_
float
EstRefs
;
// estimated reference counter
float
Required
;
// required time of the onde
float
LValue
;
// sequential arrival time of the node
union
{
void
*
pCopy
;
// used for object duplication
int
iCopy
;
};
If_Set_t
*
pCutSet
;
// the pointer to the cutset
If_Cut_t
CutBest
;
// the best cut selected
};
...
...
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