commit | d7de79d235360a091e295c5e92b1754fba93e669 | [log] [tgz] |
---|---|---|
author | Tung Hoang <tung.hoang.290780@gmail.com> | Sun Sep 29 12:05:56 2019 -0700 |
committer | Tung Hoang <53881329+tunghoang290780@users.noreply.github.com> | Fri Oct 04 12:19:52 2019 -0700 |
tree | 80e0087d721927ab88408c49b90b3f3f9b6996d5 | |
parent | 7eae32ecbbe8a5f2ca5bcdc2e1707438188b2180 [diff] |
[i2c dv] Add i2c_dv for i2c_fsm - add i2c_csr_common_vseq.sv support i2c_csr_* tests - remove i2c_reg_access_vseq.sv - clean code in i2c_agent
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.
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 python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines 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).