Software APIs
top_darjeeling.c
1// Copyright lowRISC contributors (OpenTitan project).
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4//
5// ------------------- W A R N I N G: A U T O - G E N E R A T E D C O D E !! -------------------//
6// PLEASE DO NOT HAND-EDIT THIS FILE. IT HAS BEEN AUTO-GENERATED WITH THE FOLLOWING COMMAND:
7// util/topgen.py -t hw/top_darjeeling/data/top_darjeeling.hjson
8// -o hw/top_darjeeling
9
11
12/**
13 * Alert Handler Alert Source to Peripheral Map
14 *
15 * This array is a mapping from `top_darjeeling_alert_id_t` to
16 * `top_darjeeling_alert_peripheral_t`.
17 */
19 top_darjeeling_alert_for_peripheral[105] = {
125};
126
127/**
128 * PLIC Interrupt Source to Peripheral Map
129 *
130 * This array is a mapping from `top_darjeeling_plic_irq_id_t` to
131 * `top_darjeeling_plic_peripheral_t`.
132 */
134 top_darjeeling_plic_interrupt_for_peripheral[164] = {
299};