commit | 333e5c6a4d4566f63fd1ca3d98c524735b9fc287 | [log] [tgz] |
---|---|---|
author | Tung Hoang <hoang.tung@wdc.com> | Sun Aug 30 10:14:14 2020 -0700 |
committer | rasmus-madsen <53917183+rasmus-madsen@users.noreply.github.com> | Tue Sep 15 23:27:23 2020 +0200 |
tree | a0f541c3bd0129b861f9c8e6ec6f983382513822 | |
parent | 1c78c30eaff93c0ca49d2a026d484698195216c8 [diff] |
[i2c, dv] Support on-the-fly reset, add error_intr, and fix fifo_overflow This PR includes - Update i2c_agent to assert error interrupts (e.g. sda_interference, scl_inteference, and sda_unstable) - Install on-the-fly reset for i2c_agent and scoreboard to allow dut and dv are reset then re-started when the error interrupts are triggered - Add error_intr test - Disable checking request match in tl_host_driveri (tl_agent) when reset is in progress - Fix i2c_fifo_overflow test to address PR #3422 Signed-off-by: Tung Hoang <hoang.tung@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 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).