Skip to content

Commit

Permalink
Update test/utils/blueprints/network_blueprints.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Walter <[email protected]>
  • Loading branch information
simon1hofmann and marcelwa authored Nov 2, 2023
1 parent 59769d6 commit fa74720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/blueprints/network_blueprints.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ mockturtle::names_view<Ntk> dangling_pi_network()
const auto c = ntk.create_pi("c");
const auto d = ntk.create_pi("d");
const auto e = ntk.create_pi("e");
[[maybe_unused]] const auto f = ntk.create_pi("f");
ntk.create_pi("f");

const auto m1 = ntk.create_maj(a, b, c);
const auto m2 = ntk.create_maj(b, c, d);
Expand Down

0 comments on commit fa74720

Please sign in to comment.