commit | e8ba3dc5fe2ae58783f9ab35b34d509f8273b248 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Fri Oct 30 16:49:31 2020 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Nov 05 21:14:14 2020 +0000 |
tree | 6ff840f0067e956472aa63a3e9b1973a57849289 | |
parent | 3bfbc8e6c8ff969c5c51e90a9a0f3561a97b213d [diff] |
Require meson 0.53 or 0.54 Meson 0.53 introduced the ability to have dictionaries with key names from variables (e.g. `my_dict = { var: 'some_value' }`). I'm using this functionality to build OTBN code. We are now on Ubuntu 18.04 with Python 3.6, so we have a recent enough version of ninja and Python in our requirements to make this change without deviating from the requirements we have specified already. Meson beyond 0.54 doesn't work with OpenTitan code at the moment. Since I only need access to a single new feature this commit does the "minimal safe" update. 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).