| commit | 9a8e4b8849135c07f9d4477ee617c28543b98d9f | [log] [tgz] |
|---|---|---|
| author | Miguel Osorio <miguelosorio@google.com> | Wed Sep 25 07:58:24 2019 -0700 |
| committer | Miguel Osorio <miguelaosoriol@gmail.com> | Fri Oct 11 08:59:32 2019 -0700 |
| tree | 2a1abb6c7b78e766b5b1878683ba49924df41222 | |
| parent | 3366175c2d197322a999b0fb4f0dd9cd2ae949d2 [diff] |
[test] Add OpenOCD compliance test Based on @imphil's CI system tests infrastructure. This commit adds a test that runs the OpenOCD compliance test against a Verilator target. The test takes in external parameters to make it easy to integrate with CI. Sample run (takes almost 2m to complete): ```console $ pytest -s -v test/systemtest/openocd_verilator_test.py \ --test_bin=sw/build/sw.vmem \ --rom_bin=sw/build/rom.vmem \ --verilator_model=build/lowrisc_systems_top_earlgrey_verilator_0.1/sim-verilator/Vtop_earlgrey_verilator ``` Integration with CI is blocked until issue #413 is resolved.
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).