Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to mapping #627

Merged
merged 28 commits into from Dec 28, 2023
Merged

Updates to mapping #627

merged 28 commits into from Dec 28, 2023

Conversation

aletempiac
Copy link
Member

This PR contains:

  • Removing the RewriteFn template from exact_library
  • Adding support minimization when deriving the lut_network in lut_map
  • Deactivating buffer/inverter sweeping in lut_map when StoreFunction is true (bug fix)
  • Adding substitute node methods in block_network
  • Adding xag_balancing

…iter for emap, adding an adder extraction algorithm, adding new standard cell view for multioutput gates, adding utils to decompose multioutput cells into single output for verification reasons, and adding test cases
…atibility between klut_network and choice_view, adding tests for emap with white_boxes
@codecov-commenter
Copy link

Codecov Report

Attention: 46 lines in your changes are missing coverage. Please review.

Comparison is base (d0fddde) 83.67% compared to head (789491e) 83.69%.

Files Patch % Lines
include/mockturtle/algorithms/xag_balancing.hpp 89.12% 26 Missing ⚠️
include/mockturtle/algorithms/lut_mapper.hpp 78.78% 14 Missing ⚠️
include/mockturtle/networks/block.hpp 91.37% 5 Missing ⚠️
include/mockturtle/utils/tech_library.hpp 90.90% 1 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #627      +/-   ##
==========================================
+ Coverage   83.67%   83.69%   +0.02%     
==========================================
  Files         185      186       +1     
  Lines       28840    29213     +373     
==========================================
+ Hits        24132    24451     +319     
- Misses       4708     4762      +54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aletempiac aletempiac merged commit d0f4ed2 into master Dec 28, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants