commit | ebae2756065aef7f936cea49a99334052cff44ac | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Oct 06 12:28:47 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Oct 06 14:56:47 2020 +0100 |
tree | 178faf730bee9486773e71f2efb2293e4b24bbcd | |
parent | a3df7faa20839729741df735a1072aa54b3c9f7e [diff] |
[ci] Only download build-bin artifacts As part of a CI step, Azure Pipelines produces artifacts. These artifacts are uploaded, and can be downloaded again in a subsequent step. Currently, we download *all* artifacts, but we're only interested in artifacts put into the $BIN_DIR directory (e.g. `$REPO_TOP/build-bin`). Limit the download routine to only get those artifacts to save download bandwidth (and time). Signed-off-by: Philipp Wagner <phw@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 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).