commit | 69d58c014e07b6e40a51c9f27a36ffae7d2387e8 | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Fri Mar 04 10:36:27 2022 -0500 |
committer | Miguel Young <mcyoung@google.com> | Mon Mar 07 10:24:55 2022 -0500 |
tree | 861c3e6beb9f9d6b0e948125bdfbc7280369f88f | |
parent | 54b21340f7f41f5ff378033e0ae4480333e14291 [diff] |
[sw, lib] Make base_printf padding conforming Specifically, we would previously format `%8d` as being padded with zeros, when it should be padded with spaces. This was an intentional decision made in 2019 to get an MVP for print.c out, but it turns out to be easy to add. Signed-off-by: Miguel Young de la Sota <mcyoung@google.com>
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).