commit | e6e9fb2de76e92aeed4673e13d2c87ab7d5a6abd | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Wed Oct 13 00:51:52 2021 +0000 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Tue Oct 19 13:31:38 2021 -0700 |
tree | 8b5d7d2bb60a646e377434acf02797af1c0f3d32 | |
parent | 61644b942f77ddb5f98714091562b4d769b1ee01 [diff] |
[rv_timer] Make interrupt names more descriptive. The RV timer can raise and IRQ for each timer within each hart. In the current configuration of the RV timer, we implement one timer and one hart, so the name of the (single) resulting IRQ signal is: `timer_expired_0_0`, where the `0_0` portion signifies hart-0, timer-0. This commit fixes #8681 by changing the IRQ name above to: `timer_expired_hart0_timer0`. Signed-off-by: Timothy Trippel <ttrippel@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).