commit | 3f35d4e42757aeed3f9699d7965f20af41d9d36f | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue May 26 19:37:01 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Fri May 29 09:59:07 2020 +0100 |
tree | 7970445e46a6d95bac7468d2d3f6f9b95b7ce8dc | |
parent | d115542ce6760f00a588510799facaee396e5030 [diff] |
[vendor.py] Fix iteration code Seems like a left-over from a previous design point where `Mapping` was actually a list. ``` Traceback (most recent call last): File "/home/philipp/src/opentitan/util/vendor.py", line 710, in <module> main(sys.argv) File "/home/philipp/src/opentitan/util/vendor.py", line 651, in main shortlog = produce_shortlog(clone_subdir, desc.mapping, File "/home/philipp/src/opentitan/util/vendor.py", line 152, in produce_shortlog else [src for (src, _) in mapping.items]) File "/home/philipp/src/opentitan/util/vendor.py", line 152, in <listcomp> else [src for (src, _) in mapping.items]) TypeError: cannot unpack non-iterable Mapping1 object ``` 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).