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
27383e8b
Commit
27383e8b
authored
Sep 26, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version of LMS code.
parent
794b4cd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/base/abci/abcRec2.c
+3
-3
No files found.
src/base/abci/abcRec2.c
View file @
27383e8b
...
...
@@ -470,7 +470,7 @@ void Abc_NtkRecMarkNonDanglingNodes(Gia_Man_t * pGia)
Gia_Obj_t
*
pObj
,
*
pFanin
;
int
i
;
int
Id
;
int
counter
=
0
;
//
int counter = 0;
Gia_ManForEachObj
(
pGia
,
pObj
,
i
)
{
if
(
pObj
->
fMark1
==
1
)
...
...
@@ -1031,7 +1031,7 @@ void Abc_NtkRecStart2( Gia_Man_t * pGia, int nVars, int nCuts, int fTrim )
Gia_Obj_t
*
pObj
,
*
pFanin
;
int
*
ppSpot
;
unsigned
*
pTruth
;
int
i
,
j
=
0
;
int
i
;
//
, j = 0;
int
clkTotal
=
clock
(),
clk
,
timeInsert
;
assert
(
s_pMan
==
NULL
);
...
...
@@ -1469,7 +1469,7 @@ int Abc_NtkRecAddCut2( If_Man_t * pIfMan, If_Obj_t * pRoot, If_Cut_t * pCut )
static
int
s_MaxSize
[
16
]
=
{
0
};
char
pCanonPerm
[
16
];
Gia_Obj_t
*
pObj
=
NULL
,
*
pPO
;
int
iFanin0
,
iFanin1
,
iRecObj
;
int
iFanin0
,
iFanin1
,
iRecObj
=
-
1
;
int
*
ppSpot
,
lit
;
//, test;
Gia_Man_t
*
pAig
=
s_pMan
->
pGia
;
If_Obj_t
*
pIfObj
;
...
...
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