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

Updated bazel target to include silicon test #25765

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

rprakas-gsc
Copy link
Contributor

Signed-off-by: Ramesh Prakash [email protected]
Updated bazel target to include silicon tests for aes_interrupt_encryption tests

@rprakas-gsc rprakas-gsc requested a review from engdoreis January 9, 2025 05:24
Copy link
Contributor

@engdoreis engdoreis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rprakas-gsc, thanks for the PR.
Could you please edit the commit message in order to make the "Signed-off" line the last one? This will be consistent with all the commits in the repo.

{
"//hw/top_earlgrey:sim_verilator": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
"//hw/top_earlgrey:silicon_creator": None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that his exec_env is only meant to be used by the ROM_EXT and some manufacture tests.
@timothytrippel can you please confirm?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@engdoreis Thanks for the comments. Made the changes to the commit message!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just following up on this! @timothytrippel - can you please respond to Douglas question? Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use //hw/top_earlgrey:silicon_owner_sival_rom_ext. This should also be covered by EARLGREY_SILICON_OWNER_ROM_EXT_ENVS. Having this option is preferred as it will allow you to run the tests with additional SKUs (i.e. other than sival). You can search in the build file for examples on how to integrate this into your build target.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you have EARLGREY_SILICON_OWNER_ROM_EXT_ENVS in, you can now remove "//hw/top_earlgrey:silicon_creator" from the list. Thanks!

Copy link
Contributor Author

@rprakas-gsc rprakas-gsc Jan 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @moidx . Updated the BUILD File with the changes

Updated bazel target to include silicon tests for aes_interrupt_encryption tests
Signed-off-by: Ramesh Prakash <[email protected]>
@engdoreis engdoreis merged commit bd24600 into lowRISC:earlgrey_1.0.0 Jan 15, 2025
32 checks passed
@engdoreis engdoreis added the CherryPick:master This PR should be cherry-picked to master label Jan 15, 2025
Copy link

Successfully created backport PR for master:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPick:master This PR should be cherry-picked to master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants