commit | 50f8a6ed18ef91ca889a6ccc51c588bff0389b54 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Tue May 24 11:00:19 2022 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Mon May 30 15:41:08 2022 +0200 |
tree | 239fc024b3022c916a17ffaef5bfde8bdd8b9f52 | |
parent | 78e9223cdcbe9921f22c8b95dc5e1ae41c01ccc7 [diff] |
[python-requirements.txt] Switch to chipwhisperer-minimal So far, we haven't touched the chipwhisperer version but we will soon have to update in order to re-enable FTDI MPSSE emulation and OpenOCD debugging on the CW310. See lowRISC/OpenTitan#10625. However, this isn't straightforward as more recent ChipWhisperer versions have dependencies that require Python 3.7 or newer (e.g. numpy), whereas OpenTitan requires Python 3.6 or newer. ChipWhisperer has now prepared a minimal ChipWhisperer version that only supports the CW310 but doesn't have these dependencies. As such chipwhisperer-minimal will allows us to track more recent versions ChipWhisperer while remaining on Python 3.6 for the moment (default for Ubuntu 18.04). This commit switches to using chipwhisperer-minimal. Signed-off-by: Pirmin Vogel <vogelpi@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]({{< relref “CONTRIBUTING.md” >}}) 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).