commit | df5361b120118a513c0c043e1fab19d4880b1cf9 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Wed Aug 11 13:00:50 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Wed Aug 11 16:17:25 2021 +0100 |
tree | 0e3d3835362c8eae2f5dcd8952203aa567f79987 | |
parent | 96a9fa18d73b542cf96d5d64916ae4c233d99624 [diff] |
[otbn] Always run OTBN smoke test in CI The OTBN smoke test tests OTBN (as the name implies), but also depends on other IP blocks/primitives in OpenTitan. Changes to those blocks can hence fail the test, even if no OTBN changes were made. Currently, we only run the OTBN smoke test if OTBN changes have been detected. #7694 is a good example that this heuristic isn't reliable: a PR went in making changes to prim_lfsr. The PR CI passed because the OTBN test wasn't executed, and then master CI failed (because there we always run the OTBN tests), leading to a broken master tree. This commit removes the condition on the test and always runs it. 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 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).