lsils / mockturtle

C++ logic network library
MIT License
202 stars 136 forks source link

Sequential circuit #573

Closed Nozidoali closed 1 year ago

Nozidoali commented 1 year ago
Nozidoali commented 1 year ago

Ready to merge if all tasks below are checked :))

codecov-commenter commented 1 year ago

Codecov Report

Merging #573 (6345890) into master (7a0f512) will increase coverage by 0.07%. The diff coverage is 97.36%.

@@            Coverage Diff             @@
##           master     #573      +/-   ##
==========================================
+ Coverage   83.05%   83.12%   +0.07%     
==========================================
  Files         164      164              
  Lines       21178    21244      +66     
==========================================
+ Hits        17589    17659      +70     
+ Misses       3589     3585       -4     
Impacted Files Coverage Δ
include/mockturtle/networks/klut.hpp 95.39% <ø> (ø)
include/mockturtle/io/write_blif.hpp 91.26% <94.73%> (+3.54%) :arrow_up:
include/mockturtle/algorithms/collapse_mapped.hpp 92.79% <100.00%> (+1.61%) :arrow_up:
include/mockturtle/algorithms/lut_mapping.hpp 94.33% <100.00%> (+1.25%) :arrow_up:
include/mockturtle/networks/sequential.hpp 100.00% <100.00%> (ø)
include/mockturtle/io/blif_reader.hpp 94.26% <0.00%> (+0.24%) :arrow_up:
include/mockturtle/algorithms/cut_enumeration.hpp 81.81% <0.00%> (+0.27%) :arrow_up:
... and 2 more

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

lee30sonia commented 1 year ago

Thank you for the contribution. A few things:

Nozidoali commented 1 year ago

Todos (ready to merge if all boxes below are checked)

lee30sonia commented 1 year ago

Thanks!