commit | e53d566c00ab148fccd30250f4bd354cd7f97c52 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Tue Sep 06 16:42:33 2022 -0700 |
committer | tjaychen <timothytim@google.com> | Wed Sep 07 11:35:13 2022 -0700 |
tree | 7b7df8c54a9f24f5ab6bbecef1ef359c7762f70f | |
parent | c2205162dd645326801e649269e7fa8a8504a94e [diff] |
[top/dv] Add i2c_host_tx_rx test - The test sends a random number of bytes to the tb i2c agent, which then loops the data back to the host for comparison. - The host (DUT C test) then is responsible for making sure what was sent out was read back correctly. - This test contains only the C side changes, the tb/uvm changes that were done previously are deprecated due to bad uvm style. Signed-off-by: Timothy Chen <timothytim@google.com> address some comments Signed-off-by: Timothy Chen <timothytim@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).