You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
418 B
19 lines
418 B
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SOC_LITEX_VEXRISCV |
|
select RISCV |
|
select INCLUDE_RESET_VECTOR |
|
select RISCV_ISA_RV32I |
|
select RISCV_ISA_EXT_M |
|
select RISCV_ISA_EXT_ZICSR |
|
select RISCV_ISA_EXT_ZIFENCEI |
|
imply XIP |
|
|
|
if SOC_LITEX_VEXRISCV |
|
|
|
config LITEX_CSR_DATA_WIDTH |
|
int "Select Control/Status register width" |
|
default 32 |
|
|
|
endif # SOC_LITEX_VEXRISCV
|
|
|