commit | e8e636a3bc9c574e60451dc99cc99b017f477a01 | [log] [tgz] |
---|---|---|
author | Martin Lueker-Boden <martin.lueker-boden@wdc.com> | Sat May 07 17:08:39 2022 -0700 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Tue May 10 22:30:36 2022 -0700 |
tree | 22be6c0f2ad06d76d172f84b2e69afda37197e59 | |
parent | 6163bd16f7edafee524549d81aad2de1564c6f29 [diff] |
[spi_host/rtl] Improve handling of CPHA=1 transactions This commit fixes several small bugs found when CPHA = 1, which delays the assertion of SD data by 1/2 SCK cycle. Problems exist when the shift register receives the delayed control pulses, but other control signals have been updated prematurely. This commit solves the problem by maintaining delayed copies more required signals such as speed and byte counts. Signed-off-by: Martin Lueker-Boden <martin.lueker-boden@wdc.com>
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).