commit | f259c953577b87b679d0625dedd7214f5f74a54c | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Aug 05 11:43:52 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Fri Aug 06 15:47:28 2021 -0700 |
tree | cc476667c1f7dd129c74c21411ec626665010c7b | |
parent | db22826c4af7c94564bf3d84c638c039a49a3a61 [diff] |
[spi_device] Refactor SRAM inteface This commit bundles the SRAM signals in SPI_DEVICE HWIP into two data structures, `sram_l1m_t` and `sram_m2l_t`. These bundles help the SPI_DEVICE top to be well organized and clean. In addition to the bundles, this commit defines the strobe for SRAM write data. The strobe for FWMode and Read Command are tied to 1 as of now. The SPI Flash Upload submodule is going to use the strobe to upload the payload data in a byte granularity. 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).