commit | 7c4f8b3fde4bb625ac3330ff52d3f66507190fe5 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Mar 07 12:41:52 2022 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Mar 08 15:04:47 2022 +0000 |
tree | f4498ab39976a1ae8299ce11619f3cc1bacd9924 | |
parent | cd285bf3d259edcadf7ec6330eec0c0fb531bb5e [diff] |
[dv,lc_ctrl] Make two static functions automatic These functions are marked static but I don't think there's any particular reason to do so. They each have local variables (err_inj_idx) and Xcelium issues a warning because these aren't also explicitly marked as static. A good warning, because it's a "foot gun" just waiting to catch you out! Let's just make the functions automatic and not worry about it. 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 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).