-
Notifications
You must be signed in to change notification settings - Fork 812
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
[pentest] Split FPGA firmware #26285
Conversation
srcs = [":firmware_fi.c"], | ||
exec_env = { | ||
"//hw/top_earlgrey:silicon_owner_sival_rom_ext": "silicon_owner", | ||
"//hw/top_earlgrey:sim_dv": None, | ||
"//hw/top_earlgrey:fpga_cw310_test_rom": None, |
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.
Is this supposed to be tested in CI? If so, it looks like it needs substantially longer than 60 seconds.
If not, the FPGA params need a "manual" tag.
Same for the other opentitan_test() targets that have CW310 added.
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.
Due to size constraints, this commit splits the pentest framework into a SCA, FI, and FI OTBN part. Signed-off-by: Pascal Nasahl <[email protected]>
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin earlgrey_1.0.0
git worktree add -d .worktree/backport-26285-to-earlgrey_1.0.0 origin/earlgrey_1.0.0
cd .worktree/backport-26285-to-earlgrey_1.0.0
git switch --create backport-26285-to-earlgrey_1.0.0
git cherry-pick -x 034e3cf69744dc48501eb2c6e5699a880a8ba977 |
Due to size constraints, this commit splits the pentest framework into a SCA, FI, and FI OTBN part.