blob: 20cc72bb66297591665e2d23c41926542fcc2ffd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2019 SiFive, Inc #
# SPDX-License-Identifier: Apache-2.0 #
# ----------------------------------- #
# ----------------------------------- #
RISCV_ARCH=rv32imafc
RISCV_ABI=ilp32f
RISCV_CMODEL=medlow
RISCV_SERIES=sifive-7-series
COREIP_MEM_WIDTH=64
TARGET_TAGS=rtl
TARGET_DHRY_ITERS=2000
TARGET_CORE_ITERS=5
|