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

[lib/base] Move crc32 from silicon_creator to lib/base. #20892

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

jadephilipoom
Copy link
Contributor

@jadephilipoom jadephilipoom commented Jan 19, 2024

This will allow the cryptolib and test framework to use CRC32 utilities without pulling in a dependency on silicon_creator. Since the CRC32 library didn't have any silicon_creator dependencies, this was just a matter of updating references to the library so they point to the new location.

Looking at this for #19173

After moving the CRC32 library out of `silicon_creator`, replace
references to it with the new location and fix include guards and BUILD
files.

Signed-off-by: Jade Philipoom <[email protected]>
@jadephilipoom jadephilipoom requested a review from moidx January 19, 2024 10:19
@jadephilipoom jadephilipoom requested review from a team as code owners January 19, 2024 10:19
@jadephilipoom jadephilipoom requested review from HU90m and removed request for a team January 19, 2024 10:19
@moidx moidx requested review from cfrantz and removed request for a team January 24, 2024 04:16
@jadephilipoom jadephilipoom merged commit 5a440c2 into lowRISC:master Jan 24, 2024
31 of 32 checks passed
@jadephilipoom jadephilipoom deleted the move-crc32 branch January 24, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants