commit | cc4e9fa2b1ed3384df7152b2698ba029452b734b | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Oct 22 16:41:51 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Nov 29 14:05:29 2021 +0000 |
tree | 8eb31ea429816a3bb6583d252ab1dca6950e1be1 | |
parent | ffb02b25462524ee90a9587844c4610e7e4ec32a [diff] |
[otbn,python] Wrap code to 79 columns Our Python style guide claims that we wrap code at 79 columns but our flake8 configuration is set to allow 100 (presumably because it's too much work to squeeze existing code into shape!). I wrote the OTBN Python code intending it to stay at 79. Put in a local .flake8 file to set the expected width correctly and then (lots of lines...) re-format comments and break strings to get everything sorted. This stricter formatting won't be checked by CI (which runs at top-level, so won't see the new .flake8 config file) but it *will* be checked by people's text editors if they've got the usual Python setup. Signed-off-by: Rupert Swarbrick <rswarbrick@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 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).