Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Add fix from mockturtle satlut branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
msoeken committed Feb 16, 2019
1 parent 88f34e3 commit 33eff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mockturtle/mockturtle/algorithms/cut_enumeration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class cut_enumeration_impl
++i;
}

auto tt_res = ntk.compute( index, tt.begin(), tt.end() );
auto tt_res = ntk.compute( ntk.index_to_node( index ), tt.begin(), tt.end() );

if ( ps.minimize_truth_table )
{
Expand Down

0 comments on commit 33eff23

Please sign in to comment.