Initial commit
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
NEORV32_MARCH ?= rv32ec
|
||||
NEORV32_MABI ?= ilp32e
|
||||
NEORV32_CPU_EXTENSION_RISCV_C ?= true
|
||||
NEORV32_CPU_EXTENSION_RISCV_E ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1,5 @@
|
||||
NEORV32_MARCH ?= rv32e
|
||||
NEORV32_MABI ?= ilp32e
|
||||
NEORV32_CPU_EXTENSION_RISCV_E ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1,6 @@
|
||||
NEORV32_MARCH ?= rv32em
|
||||
NEORV32_MABI ?= ilp32e
|
||||
NEORV32_CPU_EXTENSION_RISCV_E ?= true
|
||||
NEORV32_CPU_EXTENSION_RISCV_M ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1,4 @@
|
||||
NEORV32_MARCH ?= rv32ic
|
||||
NEORV32_CPU_EXTENSION_RISCV_C ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1 @@
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1,4 @@
|
||||
NEORV32_MARCH ?= rv32im
|
||||
NEORV32_CPU_EXTENSION_RISCV_M ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1,6 @@
|
||||
NEORV32_MARCH ?= rv32im
|
||||
NEORV32_LINK ?= link.imem_ram.ld
|
||||
NEORV32_MEM_INT_IMEM_SIZE ?= '16384'
|
||||
NEORV32_CPU_EXTENSION_RISCV_ZIFENCEI ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
@ -0,0 +1,3 @@
|
||||
NEORV32_CPU_EXTENSION_RISCV_C ?= true
|
||||
|
||||
include $(NEORV32_ROOT)/sw/isa-test/common.mk
|
Reference in New Issue
Block a user