2019-06-04 16:38:31 +08:00
|
|
|
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_NSIM_HS
|
|
|
|
|
|
|
|
config NUM_IRQ_PRIO_LEVELS
|
|
|
|
# This processor supports 16 priority levels:
|
|
|
|
# 0 for Fast Interrupts (FIRQs) and 1-15 for Regular Interrupts (IRQs).
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config NUM_IRQS
|
|
|
|
# must be > the highest interrupt number used
|
2019-09-29 14:11:03 +08:00
|
|
|
default 30
|
2019-06-04 16:38:31 +08:00
|
|
|
|
|
|
|
config RGF_NUM_BANKS
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
default 5000000
|
|
|
|
|
|
|
|
config HARVARD
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ARC_FIRQ
|
|
|
|
default y
|
|
|
|
|
|
|
|
config CACHE_FLUSHING
|
|
|
|
default y
|
|
|
|
|
2019-11-01 17:24:07 +08:00
|
|
|
endif # SOC_NSIM_HS
|