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
ff5fdb92
Commit
ff5fdb92
authored
Dec 03, 2010
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix in &srm (not generating result when there is no equivs)
parent
2adc30f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/aig/gia/giaEquiv.c
+2
-0
No files found.
src/aig/gia/giaEquiv.c
View file @
ff5fdb92
...
@@ -836,11 +836,13 @@ Gia_Man_t * Gia_ManSpecReduce( Gia_Man_t * p, int fDualOut, int fSynthesis, int
...
@@ -836,11 +836,13 @@ Gia_Man_t * Gia_ManSpecReduce( Gia_Man_t * p, int fDualOut, int fSynthesis, int
printf
(
"Gia_ManSpecReduce(): Dual-output miter should have even number of POs.
\n
"
);
printf
(
"Gia_ManSpecReduce(): Dual-output miter should have even number of POs.
\n
"
);
return
NULL
;
return
NULL
;
}
}
/*
if ( Gia_ManHasNoEquivs(p) )
if ( Gia_ManHasNoEquivs(p) )
{
{
printf( "Gia_ManSpecReduce(): There are no equivalences to reduce.\n" );
printf( "Gia_ManSpecReduce(): There are no equivalences to reduce.\n" );
return NULL;
return NULL;
}
}
*/
/*
/*
if ( !Gia_ManCheckTopoOrder( p ) )
if ( !Gia_ManCheckTopoOrder( p ) )
{
{
...
...
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