commit | 6c9375fa5c9c7fea7b00c304d068897c2456610d | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Mon May 02 11:24:59 2022 -0700 |
committer | Eli Kim <github@elikim.dev> | Mon May 02 14:30:51 2022 -0700 |
tree | 00bcc81693541bda7a6015d5be619f4c4d84c090 | |
parent | 0fce98b7ef3c5c182431803697f798ae875b5290 [diff] |
[spi_device] Define a buffer address width Previous design defined `threshold` as `[BufferAw:0]`. It is syntatically correct but confuses contextually. It reduces readability. In this commit, `SramBufferAw` is defined. It is the required bit width of a Read Buffer size in bytes rather than the entries in DPSRAM. This commit does not alter the width of the threshold. It stays 10 bits as a Read Buffer size is 1kB. 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).