-
Notifications
You must be signed in to change notification settings - Fork 791
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
[sival,tests] Allow excessive csrng irqs in plic_all_irqs_test #20758
Conversation
7fdee1b
to
ebaa22c
Compare
fc72610
to
f6a0906
Compare
Should we fix this in the ROM_EXT instead? |
peripheral_expected, peripheral); | ||
if (allow_csrng_irq && kBootStage == kBootStageOwner && | ||
peripheral != peripheral_expected && | ||
peripheral == kTopEarlgreyPlicPeripheralCsrng) { |
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.
Should we refer to #20747 at this point?
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.
I added references at other points. A reference here will not hurt. Done.
f6a0906
to
61db38a
Compare
61db38a
to
ddd5680
Compare
Carefully allow these excessive irqs for the correct portion of the tests, addressing lowRISC#20747 so this test passes. Add a TODO against the issue above so the code is adjusted depending on how the issue is addressed. Enable these tests in fpga_cw310_sival_rom_ext. Signed-off-by: Guillermo Maturana <[email protected]>
ddd5680
to
93cdae2
Compare
We should consider writing an entropy complex test to tweak the EDN settings and monitors this interrupt. I am not sure which EDN endpoint is causing the interrupt to trigger so often. Maybe enabling the EDN |
The failure is unrelated, so this is merged. |
Carefully allow these excessive irqs for the correct portion of
the tests, addressing #20747 so this test passes.
Add a TODO against the issue above so the code is adjusted
depending on how the issue is addressed.
Enable these tests in fpga_cw310_sival_rom_ext.