commit | 7a2ee4412fc636c26e14bbd69934d1b40edd6e3b | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Sep 21 17:11:36 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Sep 22 09:30:25 2021 +0100 |
tree | ad2e8f0d69d895a4b2344e3006144411be644c32 | |
parent | 63a0f5e3f58641fe53c7df0d52db551219b282f4 [diff] |
[otbn,util] Fix run-some.py when destdir doesn't lie in project The "run the testbench" command runs inside destdir. It needs to know where to find the ISS, which it would normally do by searching up for a .git from the current directory. Setting the REPO_TOP environment variable overrides this behaviour and tells it where to look. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
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 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 access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes 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).