Modified RV32F instructions to support 64-bit register file and added RV64F ISA extension

This commit is contained in:
Santosh Raghav Srivatsan
2021-12-06 18:55:13 -05:00
parent 30a0d34151
commit e6eda67d0c
21 changed files with 459 additions and 316 deletions

View File

@@ -21,9 +21,7 @@ VPATH := $(sort $(dir $(SRCS)))
# Debugigng
ifdef DEBUG
# CXXFLAGS += -g -O0 -DDEBUG_LEVEL=$(DEBUG)
# simx64
CXXFLAGS += -g -O0 -DDEBUG_LEVEL=4
CXXFLAGS += -g -O0 -DDEBUG_LEVEL=$(DEBUG)
else
CXXFLAGS += -O2 -DNDEBUG
endif