commit | 34b7fac65c6bf8da63bcb369152f35816a02822d | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Wed Oct 07 13:02:49 2020 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Oct 08 12:34:33 2020 +0100 |
tree | bada5150669e01a077cd8eb7607eb93965288fc9 | |
parent | 22eac7441820cc34178812b2c1c5442693f31c2a [diff] |
[reggen] Change log.info calls to log.debug These calls seem to be used to trace through the run of the tool. Among other things, they spam the console when building the documentation. Following the recommendations at [1], I think they should be classed as debug. Interestingly, once you do this, you notice a whole load of warnings (from reggen.gen_html), which look like they might be worth looking at. [1] https://docs.python.org/3.8/howto/logging.html#logging-basic-tutorial 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 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).