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

LUT mapper #581

Merged
merged 12 commits into from Nov 28, 2022
Merged

LUT mapper #581

merged 12 commits into from Nov 28, 2022

Conversation

aletempiac
Copy link
Member

This PR includes:

  • A new LUT mapper called lut_map offers delay- and area-oriented mapping. Cost functions can be used to define the cost of each LUT during mapping.
  • An extension to collapse_mapped to support mapped networks (with mapped_view) with StoreFunction to false. In this case, collapse_mapped computes the function of the mapping on-the-fly.

@lee30sonia
Copy link
Member

Are we finally having our own LUT mapper as good as ABC's? 😁

@aletempiac
Copy link
Member Author

aletempiac commented Nov 28, 2022

Correct! 😉

@codecov-commenter
Copy link

Codecov Report

Merging #581 (0807565) into master (8b26b59) will increase coverage by 0.04%.
The diff coverage is 84.16%.

@@            Coverage Diff             @@
##           master     #581      +/-   ##
==========================================
+ Coverage   83.00%   83.05%   +0.04%     
==========================================
  Files         162      163       +1     
  Lines       20231    20928     +697     
==========================================
+ Hits        16793    17382     +589     
- Misses       3438     3546     +108     
Impacted Files Coverage Δ
include/mockturtle/utils/cost_functions.hpp 67.74% <75.00%> (+2.52%) ⬆️
include/mockturtle/algorithms/lut_mapper.hpp 83.73% <83.73%> (ø)
include/mockturtle/algorithms/collapse_mapped.hpp 91.17% <100.00%> (+1.52%) ⬆️
include/mockturtle/utils/truth_table_cache.hpp 100.00% <100.00%> (ø)
...nclude/mockturtle/algorithms/dsd_decomposition.hpp 91.54% <0.00%> (+4.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aletempiac aletempiac merged commit 0246326 into lsils:master Nov 28, 2022
@aletempiac aletempiac deleted the lut_map_merge branch November 28, 2022 15:51
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

3 participants