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[103] = {
123};
124
125/**
126 * PLIC Interrupt Source to Peripheral Map
127 *
128 * This array is a mapping from `top_darjeeling_plic_irq_id_t` to
129 * `top_darjeeling_plic_peripheral_t`.
130 */
132 top_darjeeling_plic_interrupt_for_peripheral[160] = {
293};