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

✨ Added a framework to represent and handle SiDB defects #103

Merged
merged 104 commits into from
Jan 31, 2023
Merged

Conversation

marcelwa
Copy link
Collaborator

No description provided.

marcelwa and others added 30 commits March 7, 2022 17:16
…ilation error that would occur on compilers other than GCC
…libraries as well as a function that utilizes this information and maps it against an SiDB surface to blacklist tiles
…lysis, and the new get_functional_implementations interface of gate libraries
…lus values for electrical charge, electric permittivity, and Thomas-Fermi screening distance
…emory. This should fix out-of-memory errors and consequently failed compilations
@marcelwa marcelwa added the enhancement New feature or request label Jan 30, 2023
@marcelwa marcelwa self-assigned this Jan 30, 2023
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #103 (1dc2a34) into main (863b5f4) will increase coverage by 0.27%.
The diff coverage is 98.35%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   93.88%   94.16%   +0.27%     
==========================================
  Files          58       65       +7     
  Lines        6099     6477     +378     
==========================================
+ Hits         5726     6099     +373     
- Misses        373      378       +5     
Impacted Files Coverage Δ
include/fiction/algorithms/path_finding/a_star.hpp 97.53% <ø> (ø)
...tion/algorithms/path_finding/jump_point_search.hpp 98.42% <ø> (ø)
...properties/critical_path_length_and_throughput.hpp 92.59% <ø> (ø)
include/fiction/io/read_fqca_layout.hpp 98.68% <ø> (ø)
include/fiction/layouts/clocking_scheme.hpp 97.22% <ø> (ø)
include/fiction/layouts/gate_level_layout.hpp 99.77% <ø> (ø)
include/fiction/layouts/obstruction_layout.hpp 100.00% <ø> (ø)
include/fiction/technology/cell_ports.hpp 100.00% <ø> (ø)
include/fiction/technology/fcn_gate_library.hpp 88.09% <ø> (ø)
...ude/fiction/technology/inml_topolinano_library.hpp 89.52% <ø> (ø)
... and 22 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 863b5f4...1dc2a34. Read the comment docs.

Copy link
Contributor

@github-actions github-actions bot left a 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

There were too many comments to post at once. Showing the first 25 out of 27. Check the log or trigger a new build to see more.

include/fiction/io/read_sqd_layout.hpp Show resolved Hide resolved
include/fiction/technology/sidb_defects.hpp Show resolved Hide resolved
include/fiction/technology/sidb_defects.hpp Show resolved Hide resolved
include/fiction/technology/sidb_defects.hpp Show resolved Hide resolved
include/fiction/technology/sidb_defects.hpp Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Outdated Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Outdated Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a 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

test/technology/sidb_surface_analysis.cpp Outdated Show resolved Hide resolved
test/technology/sidb_surface_analysis.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a 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/io/read_sqd_layout.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a 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/technology/sidb_defects.hpp Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Show resolved Hide resolved
include/fiction/utils/truth_table_utils.hpp Outdated Show resolved Hide resolved
@marcelwa marcelwa merged commit 70d6a91 into main Jan 31, 2023
@marcelwa marcelwa deleted the sidb_defects branch January 31, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants