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 mapper #489

Merged
merged 37 commits into from Aug 11, 2021
Merged

Updates to mapper #489

merged 37 commits into from Aug 11, 2021

Conversation

aletempiac
Copy link
Member

  • Added binding_view for mapped networks
  • Added write_verilog command for mapped networks
  • Better support for genlib format: syntax, multiple pin definition, and pin names
  • Supergates reader for super files generated by ABC
  • Added support for supergates in mapping and library generation
  • Moved gates usage report command from mapper to binding_view
  • New tests

…upport bigger cell libraries, improved mapping performances, fixed error when truth table minimization is false, increased the cut limit to 50, updated tests for changes
…xperiment setup for MIG map reading AIGs into MIGs
@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2021

Codecov Report

Merging #489 (de3bc6b) into master (2e393c0) will increase coverage by 0.08%.
The diff coverage is 89.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #489      +/-   ##
==========================================
+ Coverage   83.49%   83.58%   +0.08%     
==========================================
  Files         137      140       +3     
  Lines       16260    16622     +362     
==========================================
+ Hits        13577    13894     +317     
- Misses       2683     2728      +45     
Impacted Files Coverage Δ
include/mockturtle/utils/super_utils.hpp 84.92% <84.92%> (ø)
include/mockturtle/utils/tech_library.hpp 84.26% <85.49%> (-3.70%) ⬇️
include/mockturtle/algorithms/mapper.hpp 84.40% <89.83%> (-0.07%) ⬇️
include/mockturtle/io/write_verilog.hpp 89.65% <93.40%> (+3.04%) ⬆️
include/mockturtle/io/genlib_reader.hpp 100.00% <100.00%> (ø)
include/mockturtle/io/super_reader.hpp 100.00% <100.00%> (ø)
include/mockturtle/views/binding_view.hpp 100.00% <100.00%> (ø)
include/mockturtle/algorithms/cut_enumeration.hpp 81.26% <0.00%> (ø)
...e/mockturtle/algorithms/node_resynthesis/exact.hpp 64.09% <0.00%> (ø)
... and 5 more

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 2e393c0...de3bc6b. Read the comment docs.

@aletempiac aletempiac merged commit b41806d into master Aug 11, 2021
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