-
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
✨ Defect-aware on-the-fly SiDB circuit designer #317
Conversation
… better re-usability
# Conflicts: # include/fiction/utils/truth_table_utils.hpp
…o neutral defects.
Signed-off-by: GitHub Actions <[email protected]>
It seems not all references/calls to |
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.
Some minor changes plus missed renaming. Maybe there are more I overlooked. Please search your entire project. This can be done easily in your IDE.
include/fiction/algorithms/physical_design/on_the_fly_circuit_design_on_defective_surface.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/physical_design/apply_gate_library.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: GitHub Actions <[email protected]>
@marcelwa Many, many thanks for your tremendous work on this PR! |
My pleasure. However, you definitely did all the heavy lifting here. Great addition to the framework. I'm glad it's finally merged 🙂 |
Description
This PR adds the
defect-aware on-the-fly SiDB circuit designer
and supports all 2 input functions.Checklist: