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

⚡ Enable relocation of all 2-input gates during post_layout_optimization #453

Merged
merged 5 commits into from
Jun 28, 2024

Conversation

simon1hofmann
Copy link
Collaborator

@simon1hofmann simon1hofmann commented Jun 6, 2024

Description

Enable the relocation of all 2-input gates, which can be used when optimizing a 2DDWave-clocked layout that contains 2-input gates that can be exchanged with Bestagon gates after hexagonalization.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have added a changelog entry.
  • I have created/adjusted the Python bindings for any new or updated functionality.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@simon1hofmann simon1hofmann changed the title ⚡ Enable optimization of all 2-input gates ⚡ Enable relocation of all 2-input gates during post_layout_optimization Jun 6, 2024
@simon1hofmann simon1hofmann self-assigned this Jun 6, 2024
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.21%. Comparing base (f390706) to head (95e961b).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #453      +/-   ##
==========================================
- Coverage   98.21%   98.21%   -0.01%     
==========================================
  Files         214      214              
  Lines       28875    28876       +1     
  Branches     1367     1367              
==========================================
  Hits        28360    28360              
- Misses        515      516       +1     
Files Coverage Δ
...ithms/physical_design/post_layout_optimization.hpp 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50d571d...95e961b. Read the comment docs.

@simon1hofmann simon1hofmann added the small fix Non-critical issue or inconsistency label Jun 7, 2024
@marcelwa marcelwa merged commit 0420512 into cda-tum:main Jun 28, 2024
58 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small fix Non-critical issue or inconsistency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants