commit | 893f665d40411b7b1abdab30c420efe0fa38dfb5 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@opentitan.org> | Thu Jan 09 13:07:35 2020 -0800 |
committer | Michael Schaffner <msf@google.com> | Thu Jan 09 19:01:04 2020 -0800 |
tree | 3f4ddb0050fa7bc6c35a585a118640627019f6b4 | |
parent | b8965763423e39a969c2434b880af9a0936cfcd3 [diff] |
[lint] Preliminary Verilator/AscentLint lint flows for AES This patch adds preliminary linting support for Verilator and AscentLint for the AES module (the lint targets and waiver files will follow in a subsequent commit). Support for AscentLint is preliminary, since the flow still requires a proprietary lint policy file, which is not publicly available. However, this lint policy will be available soon as a built-in lint policy in the upcoming 2019.A.p3 release of the tool. The lint waivers will all be publicly available, and the lint makefile supports a summary report option that filters out the relevant messages from a batch run. Note that lint report information must be filtered using this summary report script before publishing openly. The Verilator lint waivers are only partially populated at the moment, and hence this linting flow still throws many warnings and messages. Further, there is no summary report generation for Verilator lint yet. Signed-off-by: Michael Schaffner <msf@opentitan.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 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 either access it online or build it locally by following the steps below.
$ sudo apt install curl python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./build/docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:1313.
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).