summaryrefslogtreecommitdiff
path: root/bsp/sifive-hifive-unleashed/settings.mk
blob: de5ceefc8e59caf2b36cd770c025e315d557cb4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2019 SiFive, Inc #
# SPDX-License-Identifier: Apache-2.0 #
# ----------------------------------- #
# [XXXXX] 28-05-2019 10-06-22        #
# ----------------------------------- #

RISCV_ARCH=rv64imac
RISCV_ABI=lp64
RISCV_CMODEL=medany
RISCV_SERIES=sifive-5-series

TARGET_TAGS=board openocd
TARGET_DHRY_ITERS=20000000
TARGET_CORE_ITERS=5000