You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we re-programmed the FPGA when a FI crashed OpenTitan
running on CW310. As this took quite some time, we now read the
INITB pin - this pin returns false or none when the FPGA is not
programmed or the bitstream CRC does not match.
In this case, we are re-programming the bistream.
When the bitstream is OK, we simply reset OpenTitan by using
the power on reset pin (POR_N is mapped to USB_A14 on CW310).
This significantly increases the FI rate.
CloseslowRISC#249.
Signed-off-by: Pascal Nasahl <[email protected]>
Previously, we re-programmed the FPGA when a FI crashed OpenTitan
running on CW310. As this took quite some time, we now read the
INITB pin - this pin returns false or none when the FPGA is not
programmed or the bitstream CRC does not match.
In this case, we are re-programming the bistream.
When the bitstream is OK, we simply reset OpenTitan by using
the power on reset pin (POR_N is mapped to USB_A14 on CW310).
This significantly increases the FI rate.
Closes#249.
Signed-off-by: Pascal Nasahl <[email protected]>
Currently, when OT is not responding, we re-program the bitstream on CW310. As this takes some time, we could:
The text was updated successfully, but these errors were encountered: