commit | 9d273c440c27609bf7ccd66b35d2ed93b7ea0b55 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Tue May 17 13:59:03 2022 -0700 |
committer | Eli Kim <github@elikim.dev> | Tue May 17 18:14:10 2022 -0700 |
tree | e6ecb016c478c7963b0fcc44bb9df5e5cd2a57ac | |
parent | 787367be6448566c4948424c5d23a8ad2d0c9eae [diff] |
fix(spi_device): Re-timing sck_cmdfifo_set clear time Related issue #11871 In previous design, the `sck_cmdfifo_set` signal is set by the ACK of CMDFIFO write port and cleared by the FIFO DEPTH == 0. THe clearing of FIFO depth depends on the SW processing time. This commit revises it to CSb assertion pulse signal. It is still bounded by the clock ratio between the SYS_CLK and the SCK. SYS_CLK should not be 3 times slower than the SCK to correctly generate the pulse signal within the opcode timeline. 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).