commit | 50a27244293af644f27db6a1c0e73d62c6413e97 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Fri Oct 18 16:49:22 2019 -0700 |
committer | Ram Penugonda <48806665+rpenugo@users.noreply.github.com> | Tue Oct 29 14:13:34 2019 -0700 |
tree | 3bd28981f9705ae00c63fa4e38d1a0dc0e8cfca9 | |
parent | 95f5379b9d3b5d983e74463707db501ce5381e6c [diff] |
[Draft] Manaul fpga test script This is the manual fpga test script that will be used for release flow. Eventually this can be integrated into CI testing in a slightly different form. The checks right now are completely manual (requires UART observation), but eventually should invoke PyTest directly for better automation
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).