commit | 8fea32ec771ad8e4c73ab15dff231e0deef171d1 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Jan 19 17:55:11 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Fri Jan 22 21:47:04 2021 +0000 |
tree | 659b23c73802e0201b82ae1cc20dd0981eafae14 | |
parent | 75b13b986c112a284b4d89e7a7dfd54ad09ac0ad [diff] |
[otbn/dif] Remove logging from smoke test The smoke test did log a fair amount of status information during the execution. Doing so is rather slow on Verilator simulations (due to the way the simulated UART works). Remove the logging to speed up test execution in CI, at the cost of making the debugging of this test slightly harder. Logging in error cases is still the same as before. Also removed is information on how long the applications took to execute on OTBN. This was useful information in early bringup, but isn't that useful any more for the smoke test. Fixes #4742 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).