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
The cv32e20 core returns a value a of zero and does not flag an illegal instruction when CSR address 0x7C1 is accessed. This was a custom CSR in the IBEX implementation, but the function it controlled (secure seed) is not implemented. The ability to read this address should be removed.
The text was updated successfully, but these errors were encountered:
Bug Description
The cv32e20 core returns a value a of zero and does not flag an illegal instruction when CSR address 0x7C1 is accessed. This was a custom CSR in the IBEX implementation, but the function it controlled (secure seed) is not implemented. The ability to read this address should be removed.
The text was updated successfully, but these errors were encountered: