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
b82a7f46
Commit
b82a7f46
authored
Aug 19, 2021
by
Tobias Wiersema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment to Wlc_NtkGetInv about vNamesIn's role
parent
d55e8fab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/base/wlc/wlcAbc.c
+2
-0
No files found.
src/base/wlc/wlcAbc.c
View file @
b82a7f46
...
...
@@ -166,6 +166,8 @@ Abc_Ntk_t * Wlc_NtkGetInv( Wlc_Ntk_t * pNtk, Vec_Int_t * vInv, Vec_Ptr_t * vName
if
(
Entry
==
0
)
continue
;
pMainObj
=
Abc_NtkCreatePi
(
pMainNtk
);
// If vNamesIn is given, take names from there for as many entries as possible
// otherwise generate names from counter
if
(
vNamesIn
!=
NULL
&&
i
<
Vec_PtrSize
(
vNamesIn
))
{
Abc_ObjAssignName
(
pMainObj
,
(
char
*
)
Vec_PtrEntry
(
vNamesIn
,
i
),
NULL
);
}
...
...
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