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

Improving the mapping framework #629

Merged
merged 15 commits into from
Feb 15, 2024
Merged

Conversation

aletempiac
Copy link
Member

This PR includes:

  • Moving emap mapper from the experimental to the algorithm folder
  • Adding different matching algorithms to emap: Boolean, structural, and hybrid
  • Adding support of large gates to emap
  • Improving code stability in emap
  • Adding technology libraries and methods for experiments
  • Adding Verilog writer for cell_view
  • Adding tests
  • Adding cell library filters based on gate sizing

@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (b9a9e95) 83.70% compared to head (8b3791c) 83.68%.

Files Patch % Lines
include/mockturtle/algorithms/emap.hpp 89.06% 21 Missing ⚠️
include/mockturtle/io/write_verilog.hpp 86.79% 21 Missing ⚠️
include/mockturtle/utils/struct_library.hpp 68.42% 12 Missing ⚠️
include/mockturtle/utils/super_utils.hpp 27.27% 8 Missing ⚠️
include/mockturtle/utils/tech_library.hpp 90.14% 7 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #629      +/-   ##
==========================================
- Coverage   83.70%   83.68%   -0.03%     
==========================================
  Files         186      186              
  Lines       29213    29617     +404     
==========================================
+ Hits        24454    24784     +330     
- Misses       4759     4833      +74     

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

@aletempiac aletempiac merged commit 174d175 into lsils:master Feb 15, 2024
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.

2 participants