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
5e0d7dad
Commit
5e0d7dad
authored
Feb 15, 2015
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assertion failure in 'write_hie' with blackboxes.
parent
17c78313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/base/abc/abcFunc.c
+6
-0
No files found.
src/base/abc/abcFunc.c
View file @
5e0d7dad
...
...
@@ -1143,6 +1143,8 @@ int Abc_NtkSopToBlifMv( Abc_Ntk_t * pNtk )
int
Abc_NtkToSop
(
Abc_Ntk_t
*
pNtk
,
int
fDirect
,
int
nCubeLimit
)
{
assert
(
!
Abc_NtkIsStrash
(
pNtk
)
);
if
(
Abc_NtkHasBlackbox
(
pNtk
)
)
return
1
;
if
(
Abc_NtkHasSop
(
pNtk
)
)
{
if
(
!
fDirect
)
...
...
@@ -1179,6 +1181,8 @@ int Abc_NtkToSop( Abc_Ntk_t * pNtk, int fDirect, int nCubeLimit )
int
Abc_NtkToBdd
(
Abc_Ntk_t
*
pNtk
)
{
assert
(
!
Abc_NtkIsStrash
(
pNtk
)
);
if
(
Abc_NtkHasBlackbox
(
pNtk
)
)
return
1
;
if
(
Abc_NtkHasBdd
(
pNtk
)
)
return
1
;
if
(
Abc_NtkHasMapping
(
pNtk
)
)
...
...
@@ -1211,6 +1215,8 @@ int Abc_NtkToBdd( Abc_Ntk_t * pNtk )
int
Abc_NtkToAig
(
Abc_Ntk_t
*
pNtk
)
{
assert
(
!
Abc_NtkIsStrash
(
pNtk
)
);
if
(
Abc_NtkHasBlackbox
(
pNtk
)
)
return
1
;
if
(
Abc_NtkHasAig
(
pNtk
)
)
return
1
;
if
(
Abc_NtkHasMapping
(
pNtk
)
)
...
...
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