This repository was archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
SPI Host: FSM Bug CSAAT #387
Comments
paulsc96
added a commit
that referenced
this issue
Apr 20, 2022
GiannaP
pushed a commit
that referenced
this issue
Apr 21, 2022
* snitch: Fix some latches possibly hidden by optimization * occamy-quadrant: Remove stray comment in controller TLB connections * vendor: Update `tech_cells_generic to newest version with fixed Bender and defines * spi_host: Fix CSAAT behavior (See #387) * vendor: Add `spi_host` patch
colluca
pushed a commit
to pulp-platform/occamy
that referenced
this issue
Aug 19, 2023
* snitch: Fix some latches possibly hidden by optimization * occamy-quadrant: Remove stray comment in controller TLB connections * vendor: Update `tech_cells_generic to newest version with fixed Bender and defines * spi_host: Fix CSAAT behavior (See pulp-platform/snitch#387) * vendor: Add `spi_host` patch
colluca
pushed a commit
to pulp-platform/occamy
that referenced
this issue
Aug 19, 2023
* snitch: Fix some latches possibly hidden by optimization * occamy-quadrant: Remove stray comment in controller TLB connections * vendor: Update `tech_cells_generic to newest version with fixed Bender and defines * spi_host: Fix CSAAT behavior (See pulp-platform/snitch#387) * vendor: Add `spi_host` patch
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The OpenTitan SPI host FSM contains a bug as it uses the
command_i.segment.csaat
signal instead of the latchedcsaat_q
from the command that is currently being executed to decide how the chip select will be handled.See OpenTitans Fix
Patch to rectify the problem:
The text was updated successfully, but these errors were encountered: