lsils / mockturtle

C++ logic network library
MIT License
210 stars 139 forks source link

[WIP] Cost-aware Resynthesis #518

Closed Nozidoali closed 2 years ago

Nozidoali commented 2 years ago
Nozidoali commented 2 years ago

xag_resyn test failed

Nozidoali commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #518 (52792a0) into master (a3be48d) will increase coverage by 0.20%. The diff coverage is 96.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #518      +/-   ##
==========================================
+ Coverage   82.61%   82.82%   +0.20%     
==========================================
  Files         146      148       +2     
  Lines       18099    18386     +287     
==========================================
+ Hits        14953    15228     +275     
- Misses       3146     3158      +12     
Impacted Files Coverage Δ
.../mockturtle/algorithms/resyn_engines/xag_resyn.hpp 95.26% <ø> (ø)
...e/algorithms/experimental/boolean_optimization.hpp 62.26% <60.00%> (ø)
include/mockturtle/views/slack_view.hpp 96.42% <96.42%> (ø)
...rtle/algorithms/resyn_engines/xag_costfn_resyn.hpp 96.76% <96.76%> (ø)
...nclude/mockturtle/algorithms/dsd_decomposition.hpp 87.32% <0.00%> (-4.23%) :arrow_down:
include/mockturtle/views/fanout_view.hpp 98.80% <0.00%> (+0.02%) :arrow_up:
include/mockturtle/utils/index_list.hpp 93.59% <0.00%> (+0.20%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a3be48d...52792a0. Read the comment docs.

Nozidoali commented 2 years ago