commit | 0fce98b7ef3c5c182431803697f798ae875b5290 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Apr 28 15:52:01 2022 -0700 |
committer | Eli Kim <github@elikim.dev> | Mon May 02 13:27:02 2022 -0700 |
tree | 84a0d1c750a8ef3e42eaf427a0cab5b69a3879d2 | |
parent | 0c75a15a36e7c4e80e26149936c2b7fa737c2590 [diff] |
[spi_device] Latch flip event only when active Problem: `flip` occurs regardless of the buffer's active state. Buffer is active only when the read command sends output to the host system. `flip` sees the address being latched while address is shifted in to the register. It causes premature flip event, which in turn results in the incorrect watermark event. Revised the `flip` logic to latch only when the read buffer manager is active. Signed-off-by: Eunchan Kim <eunchan@opentitan.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at [CONTRIBUTING]({{< relref “CONTRIBUTING.md” >}}) and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).