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
2e9ab39b
Commit
2e9ab39b
authored
Jul 13, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New technology mapper.
parent
1814b674
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/map/mpm/mpmMap.c
+2
-2
No files found.
src/map/mpm/mpmMap.c
View file @
2e9ab39b
...
@@ -263,7 +263,7 @@ static inline Mpm_Uni_t * Mpm_CutSetupInfo( Mpm_Man_t * p, Mpm_Cut_t * pCut, int
...
@@ -263,7 +263,7 @@ static inline Mpm_Uni_t * Mpm_CutSetupInfo( Mpm_Man_t * p, Mpm_Cut_t * pCut, int
int
*
pmEdge
=
Vec_IntArray
(
&
p
->
vEdges
);
int
*
pmEdge
=
Vec_IntArray
(
&
p
->
vEdges
);
int
i
,
iLeaf
;
int
i
,
iLeaf
;
Mpm_Uni_t
*
pUnit
=
Vec_PtrEntryLast
(
&
p
->
vFreeUnits
);
Mpm_Uni_t
*
pUnit
=
(
Mpm_Uni_t
*
)
Vec_PtrEntryLast
(
&
p
->
vFreeUnits
);
if
(
&
pUnit
->
pCut
!=
pCut
)
if
(
&
pUnit
->
pCut
!=
pCut
)
{
{
pUnit
->
pCut
.
iFunc
=
pCut
->
iFunc
;
pUnit
->
pCut
.
iFunc
=
pCut
->
iFunc
;
...
@@ -367,7 +367,7 @@ p->timeCompare += Abc_Clock() - clk;
...
@@ -367,7 +367,7 @@ p->timeCompare += Abc_Clock() - clk;
iPivot
=
-
1
;
iPivot
=
-
1
;
// add the cut to storage
// add the cut to storage
assert
(
pUnitNew
==
Vec_PtrEntryLast
(
&
p
->
vFreeUnits
)
);
assert
(
pUnitNew
==
(
Mpm_Uni_t
*
)
Vec_PtrEntryLast
(
&
p
->
vFreeUnits
)
);
Vec_PtrPop
(
&
p
->
vFreeUnits
);
Vec_PtrPop
(
&
p
->
vFreeUnits
);
// insert this cut at location iPivot
// insert this cut at location iPivot
...
...
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