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
11f1a249
Commit
11f1a249
authored
May 01, 2016
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating GIG parser.
parent
a0930910
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/aig/gia/giaGig.c
+0
-0
src/base/io/io.c
+1
-1
src/bool/kit/kitHop.c
+1
-1
No files found.
src/aig/gia/giaGig.c
View file @
11f1a249
This diff is collapsed.
Click to expand it.
src/base/io/io.c
View file @
11f1a249
...
@@ -1205,7 +1205,7 @@ int IoCommandReadGig( Abc_Frame_t * pAbc, int argc, char ** argv )
...
@@ -1205,7 +1205,7 @@ int IoCommandReadGig( Abc_Frame_t * pAbc, int argc, char ** argv )
// set the new network
// set the new network
pAig
=
Gia_ManReadGig
(
pFileName
);
pAig
=
Gia_ManReadGig
(
pFileName
);
//
Abc_FrameUpdateGia( pAbc, pAig );
Abc_FrameUpdateGia
(
pAbc
,
pAig
);
return
0
;
return
0
;
usage:
usage:
...
...
src/bool/kit/kitHop.c
View file @
11f1a249
...
@@ -62,7 +62,7 @@ int Kit_GraphToGiaInternal( Gia_Man_t * pMan, Kit_Graph_t * pGraph, int fHash )
...
@@ -62,7 +62,7 @@ int Kit_GraphToGiaInternal( Gia_Man_t * pMan, Kit_Graph_t * pGraph, int fHash )
if
(
fHash
)
if
(
fHash
)
pNode
->
iFunc
=
Gia_ManHashAnd
(
pMan
,
pAnd0
,
pAnd1
);
pNode
->
iFunc
=
Gia_ManHashAnd
(
pMan
,
pAnd0
,
pAnd1
);
else
else
pNode
->
iFunc
=
Gia_ManAppendAnd
(
pMan
,
pAnd0
,
pAnd1
);
pNode
->
iFunc
=
Gia_ManAppendAnd
2
(
pMan
,
pAnd0
,
pAnd1
);
}
}
// complement the result if necessary
// complement the result if necessary
return
Abc_LitNotCond
(
pNode
->
iFunc
,
Kit_GraphIsComplement
(
pGraph
)
);
return
Abc_LitNotCond
(
pNode
->
iFunc
,
Kit_GraphIsComplement
(
pGraph
)
);
...
...
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