commit | 192868eee0c77d1d97d6e68c6a2899609693b50c | [log] [tgz] |
---|---|---|
author | Greg Chadwick <gac@lowrisc.org> | Tue Aug 04 15:40:11 2020 +0100 |
committer | Greg Chadwick <gac@lowrisc.org> | Tue Aug 04 17:13:58 2020 +0100 |
tree | c309167bc1e247cb482b81a805acf5ffe7788875 | |
parent | 45e6dd246b88ecb8869b8fe551ee734a321b0c7f [diff] |
[ci] Pass str not path to shutil.rmtree The machine used by azure to run verilator builds can't run get_toolchain.py when a path object is passed to shutil.rmtree. Converting it to a str allows get_toolchain.py to be used on that machine. Signed-off-by: Greg Chadwick <gac@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).