commit | aa5c6de5a068f03ccedfe022e919012c6cacdab2 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Oct 04 17:49:10 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Oct 04 21:02:26 2021 +0100 |
tree | 42bd4084055fd26fb0955b5249d32e7bfff419f9 | |
parent | b654aa88915bdbcaef877248aff3e0870f035e7a [diff] |
[alert_handler] Fix DV Verible lint errors Fix the following errors detected by Verible lint: ``` ../src/lowrisc_opentitan_top_earlgrey_alert_handler_esc_timer_fpv_0/vip/alert_handler_esc_timer_assert_fpv.sv:41:23: Non-type localparam names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style] ../src/lowrisc_opentitan_top_earlgrey_alert_handler_esc_timer_fpv_0/vip/alert_handler_esc_timer_assert_fpv.sv:84:60: Non-type parameter names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style] ../src/lowrisc_opentitan_top_earlgrey_alert_handler_esc_timer_fpv_0/vip/alert_handler_esc_timer_assert_fpv.sv:84:77: When an unpacked dimension range is zero-based ([0:N-1]), declare size as [N] instead. [Style: unpacked-ordering] [unpacked-dimensions-range-ordering] ``` 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 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).