commit | 24b84fd02934dd395bff13cb412280dca1c6c59a | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Wed Mar 23 16:07:50 2022 -0700 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Thu Mar 24 14:05:14 2022 -0700 |
tree | 303556be12ffa92386c4ad2b70d985b5041779d9 | |
parent | 9a9a6569e358070248da7b6f2b0de66efdbb7256 [diff] |
[chip dv] Fix uart unexpected watermark interrupt When RX watermark fires, read the data, but if remaining items are less than 16, RX watermark won't fire. In that case, changed to keep reading until all items are received. Signed-off-by: Weicai Yang <weicai@google.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 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).