15 lines
347 B
YAML
15 lines
347 B
YAML
# Copyright (c) 2021 TOKITA Hiroshi <tokita.hiroshi@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nuclei Bumblebee RISC-V Core
|
|
|
|
compatible: "nuclei,bumblebee"
|
|
|
|
include: cpu.yaml
|
|
|
|
properties:
|
|
mcause-exception-mask:
|
|
type: int
|
|
required: true
|
|
description: Specify the bits to use for exception code in mcause register.
|