commit | 79d57e707b76e5db5a27c99d1c8f70b63c69ff01 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Mon Jul 26 14:32:32 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Mon Aug 02 13:16:18 2021 -0700 |
tree | 032ec9ece30b58c56912a34c8ee216bd31273f3a | |
parent | a842077c8c161586e01555cf85cb84f8da5cd6b7 [diff] |
[spi_device] Re-write SRAM access in Readcmd This commit re-writes the SRAM access logic in `spi_readcmd` module. It is split into a new submodule `spid_readsram`. The logic receives a request from the Read command FSM and fills the internal FIFO for the Read command logic to return the data through SPI lines. 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 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).