13 lines
306 B
YAML
13 lines
306 B
YAML
|
# Copyright (c) 2021 Gerson Fernando Budke <nandojve@gmail.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Common fields for SiFive RISC-V CPUs
|
||
|
|
||
|
include: riscv,cpus.yaml
|
||
|
|
||
|
properties:
|
||
|
hardware-exec-breakpoint-count:
|
||
|
type: int
|
||
|
required: false
|
||
|
description: Number of hardware break points
|