commit | 627f782f3648293efd398045a5959509f255eacc | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Wed Jan 15 21:39:29 2020 -0800 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Tue Jan 21 12:38:46 2020 -0800 |
tree | 41b7c9bd5815e29a3abbbbac407abb4c7c02b11e | |
parent | 4efd35ebfa4686ed7dc2df3873753d3f063727e7 [diff] |
[usbdev dv] Initial dv bench - Full UVM DV bench for usbdev - Added a skeleton usb20 UVM agent just in case someone has BW to develop it - RTL and testbench compiles cleanly - Basic CSR power on reset test passing with 100 seeds - Added usbdev links to hw/_index.md to get it to show the USBDEV spec and DV plan docs - Renamed usbdev.sv tl ports from tl_d_i to tl_i and tl_d_o to tl_o - Reason for this is to support automation (conformity across all IPs helps) - Minor fixes to uvmdvgen templates Signed-off-by: Srikrishna Iyer <sriyer@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 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 either access it online or build it locally by following the steps below.
$ sudo apt install curl python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./build/docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:1313.
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).