commit | 670f4e4b400b075316094fcbccf5bb89a99c7855 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Fri Apr 23 16:09:15 2021 -0700 |
committer | moidx <migue48@gmail.com> | Mon Apr 26 15:53:33 2021 -0700 |
tree | 090e6d0ddd61a541a84bbabd0df83b7edda51311 | |
parent | 6e9a3c42c52e748787f442d4eb83bf6216f0f488 [diff] |
Convert C defines for param names to snake_case Many module parameters are converted from UPPER_SNAKE_CASE in their hjson files to a variant of CamelCase for use in SystemVerilog files. These parameter names are then converted to the all-caps form of the CAMLECASE name in C header files. The UPPERCASEWITHOUTUNDERSCORES form is too hard to read. This change converts back to UPPER_SNAKE_CASE for C header files and fixes all existing uses for the previous naming scheme. Signed-off-by: Chris Frantz <cfrantz@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 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).