lsils / mockturtle

C++ logic network library
MIT License
191 stars 133 forks source link

Retire lib/abcresub and abc_index_list #635

Closed lee30sonia closed 4 months ago

lee30sonia commented 4 months ago

The abcresub library (extracted code from ABC) was added into mockturtle for comparison and experimental purposes. Its functionality is now fully subsumed by the native XAG resynthesis engine (algorithms/resyn_engines/xag_resyn.hpp/xag_resyn_decompose) and the latter should be used instead. Thus, abcresub is retired to reduce mockturtle's dependencies. The associated utility class abc_index_list is retired as well.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.47%. Comparing base (19953de) to head (f250b4a).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #635 +/- ## ========================================== - Coverage 83.53% 83.47% -0.07% ========================================== Files 187 187 Lines 29855 29692 -163 ========================================== - Hits 24938 24784 -154 + Misses 4917 4908 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.