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
718266f6
Commit
718266f6
authored
Aug 03, 2016
by
Mathias Soeken
Browse files
Options
Browse Files
Download
Plain Diff
Update from parent.
parents
333bd873
af20a817
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
src/base/abci/abcDress3.c
+1
-0
No files found.
src/base/abci/abcDress3.c
View file @
718266f6
...
@@ -184,6 +184,7 @@ Gia_Man_t * Abc_NtkAigToGiaTwo( Abc_Ntk_t * pNtk1, Abc_Ntk_t * pNtk2, int fByNam
...
@@ -184,6 +184,7 @@ Gia_Man_t * Abc_NtkAigToGiaTwo( Abc_Ntk_t * pNtk1, Abc_Ntk_t * pNtk2, int fByNam
{
{
vMap1
=
Vec_IntStartNatural
(
Abc_NtkCiNum
(
pNtk1
)
);
vMap1
=
Vec_IntStartNatural
(
Abc_NtkCiNum
(
pNtk1
)
);
vMap2
=
Vec_IntStartNatural
(
Abc_NtkCiNum
(
pNtk2
)
);
vMap2
=
Vec_IntStartNatural
(
Abc_NtkCiNum
(
pNtk2
)
);
Index
=
Abc_MaxInt
(
Vec_IntSize
(
vMap1
),
Vec_IntSize
(
vMap2
)
);
// report
// report
printf
(
"Matched %d vars by order."
,
Abc_MinInt
(
Abc_NtkCiNum
(
pNtk1
),
Abc_NtkCiNum
(
pNtk2
))
);
printf
(
"Matched %d vars by order."
,
Abc_MinInt
(
Abc_NtkCiNum
(
pNtk1
),
Abc_NtkCiNum
(
pNtk2
))
);
if
(
Abc_NtkCiNum
(
pNtk1
)
<
Abc_NtkCiNum
(
pNtk2
)
)
if
(
Abc_NtkCiNum
(
pNtk1
)
<
Abc_NtkCiNum
(
pNtk2
)
)
...
...
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