-
Notifications
You must be signed in to change notification settings - Fork 23
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
🎨 Refactored the technology mapping interface #278
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
==========================================
- Coverage 98.29% 98.21% -0.08%
==========================================
Files 211 214 +3
Lines 28576 28902 +326
Branches 1319 1367 +48
==========================================
+ Hits 28088 28386 +298
- Misses 488 516 +28
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Show resolved
Hide resolved
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Show resolved
Hide resolved
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Show resolved
Hide resolved
Signed-off-by: ClangFormat <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
include/fiction/algorithms/network_transformation/technology_mapping.hpp
Show resolved
Hide resolved
# Conflicts: # test/algorithms/network_transformation/technology_mapping.cpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Signed-off-by: GitHub Actions <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Description
This PR refactors the technology mapper into its own header file for better re-usability.
Checklist: