We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db07ab1 commit 8dcb8b2Copy full SHA for 8dcb8b2
examples/sw/simple_system/common/common.mk
@@ -8,7 +8,8 @@ COMMON_SRCS = $(wildcard $(COMMON_DIR)/*.c)
8
INCS := -I$(COMMON_DIR)
9
10
# ARCH = rv32im # to disable compressed instructions
11
-ARCH ?= rv32imc
+# ARCH ?= rv32imc # to disable control and status register access instructions
12
+ARCH ?= rv32imc_zicsr
13
14
ifdef PROGRAM
15
PROGRAM_C := $(PROGRAM).c
0 commit comments