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
fff82d4d
Commit
fff82d4d
authored
Sep 08, 2018
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expriments with functions.
parent
c497acde
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
src/opt/dau/dauNpn.c
+1
-0
No files found.
src/opt/dau/dauNpn.c
View file @
fff82d4d
...
@@ -519,6 +519,7 @@ void Dau_TablesSave( int nInputs, int nVars, Vec_Mem_t * vTtMem, Vec_Mem_t * vTt
...
@@ -519,6 +519,7 @@ void Dau_TablesSave( int nInputs, int nVars, Vec_Mem_t * vTtMem, Vec_Mem_t * vTt
fwrite
(
Vec_IntArray
(
vNodSup
),
4
,
Vec_IntSize
(
vNodSup
),
pFile
);
fwrite
(
Vec_IntArray
(
vNodSup
),
4
,
Vec_IntSize
(
vNodSup
),
pFile
);
fclose
(
pFile
);
fclose
(
pFile
);
printf
(
"Dumped files with %10d functions and %10d classes.
\n
"
,
Vec_IntSize
(
vMapping
),
Vec_IntSize
(
vNodSup
)
);
printf
(
"Dumped files with %10d functions and %10d classes.
\n
"
,
Vec_IntSize
(
vMapping
),
Vec_IntSize
(
vNodSup
)
);
fflush
(
stdout
);
}
}
void
Dau_TablesLoad
(
int
nInputs
,
int
nVars
,
Vec_Mem_t
*
vTtMem
,
Vec_Mem_t
*
vTtMemA
,
Vec_Int_t
*
vNodSup
,
Vec_Int_t
*
vMapping
)
void
Dau_TablesLoad
(
int
nInputs
,
int
nVars
,
Vec_Mem_t
*
vTtMem
,
Vec_Mem_t
*
vTtMemA
,
Vec_Int_t
*
vNodSup
,
Vec_Int_t
*
vMapping
)
{
{
...
...
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