commit | 04c8152a84c95d3a67ad937665cc7810d3a91707 | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Mon Oct 14 13:27:19 2019 -0500 |
committer | Miguel Young <mcyoung@google.com> | Fri Oct 18 13:24:55 2019 -0500 |
tree | 944e1214623fae99264fa24aedb4eff89c3577bc | |
parent | 25b0c660463efe09bfbe459d2891eacded58b1ae [diff] |
[test] Add functional verilator tests. |functional_verilator_test.py| takes a flag pointing to an executable, which is then executed under a Verilator build. The test listens over UART, and passes or fails the test depending on whether it prints PASS! or FAIL!; see the file comment for details.
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).