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
0a346a36
Commit
0a346a36
authored
Sep 12, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements to the new technology mapper.
parent
9b02a26a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
src/aig/gia/giaJf.c
+5
-7
No files found.
src/aig/gia/giaJf.c
View file @
0a346a36
...
...
@@ -35,11 +35,11 @@ ABC_NAMESPACE_IMPL_START
typedef
struct
Jf_Cut_t_
Jf_Cut_t
;
struct
Jf_Cut_t_
{
word
Sign
;
float
Flow
;
int
Time
;
int
iFunc
;
int
pCut
[
JF_LEAF_MAX
+
1
];
word
Sign
;
// signature
float
Flow
;
// flow
int
Time
;
// arrival time
int
iFunc
;
// function
int
pCut
[
JF_LEAF_MAX
+
1
];
// cut
};
typedef
struct
Jf_Man_t_
Jf_Man_t
;
...
...
@@ -1222,7 +1222,6 @@ Gia_Man_t * Jf_ManDeriveMappingGia( Jf_Man_t * p )
}
Gia_ManForEachCo
(
p
->
pGia
,
pObj
,
i
)
{
int
s
=
Gia_ObjFaninId0p
(
p
->
pGia
,
pObj
);
iLit
=
Vec_IntEntry
(
vCopies
,
Gia_ObjFaninId0p
(
p
->
pGia
,
pObj
)
);
Gia_ManAppendCo
(
pNew
,
Abc_LitNotCond
(
iLit
,
Gia_ObjFaninC0
(
pObj
))
);
}
...
...
@@ -1243,7 +1242,6 @@ Gia_Man_t * Jf_ManDeriveMappingGia( Jf_Man_t * p )
// attach mapping and packing
assert
(
pNew
->
vMapping
==
NULL
);
pNew
->
vMapping
=
vMapping
;
// Gia_ManMappingVerify( p->pGia );
Gia_ManSetRegNum
(
pNew
,
Gia_ManRegNum
(
p
->
pGia
)
);
return
pNew
;
}
...
...
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