Miguel O
Miguel O
AngularJS routes are not properly handled by the backend. For example: ``` /users/create ``` Results in an unresolved request in the backend. It would be preferred if in this case...
Need to ensure there is no way for the keymgr key to logically leak out of kmac. @tjaychen can provide more context.
Implement a mechanism to upload and download bitstreams and traces to/from gcp buckets. Additional requirements: * Store metadata associated with bitstream to be able to reproduce the build. For example,...
UNR was generated from rv_dm block level regression coverage results. This is part of https://github.com/lowRISC/opentitan/issues/22472. Before: | SCORE | LINE | COND | TOGGLE | FSM | BRANCH | ASSERT...
### Description Test point: [manuf_ft_load_transport_image](https://github.com/lowRISC/opentitan/blob/e8f38cd58f738fe5bb3e5b5e3dbcd1ea91d480dc/sw/device/silicon_creator/manuf/data/manuf_testplan.hjson#L314-L325) ### Test Description Load transport stack into flash. Ensure the ROM is able to bootstrap the transport image. The transport image supports functionality such as...
`csrng` raises a recoverable alert after receiving an our of order command. The test was previously issuing the instantiated command on an already instantiated instance.
The `enable` argument was not taken into account to enable/disable a particular alert. This chaanges fixes that issue.
Consider adding the following settings to OTP to make it easier for the ROM to configure `entropy_src`: * `RNG_CONF`: Configures sampling mode bit versus symbol aggregation. * `RNG_TEST_WINDOW`: Configure the...
This issue is to document an assessment of the security claims of the shadow control and equivalence check reporting signals: * `disable_corruption_detection_i` * `lockstep_err_injection_en_i` * `corruption_detected_o` Action items: - [...
Having the ability to select which core to dump traces for can be a very helpful feature when debugging potential physical layout issues in pre and post silicon flows. This...