Minor bug fixes

This commit is contained in:
Santosh Srivatsan 2022-01-31 15:53:49 -05:00
parent 7e3a2fdb0f
commit 4cf596338d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#endif
#ifndef FLEN
#define FLEN 32
#define FLEN XLEN
#endif
#if XLEN == 32

View file

@ -27,7 +27,7 @@ LDFLAGS += -lm -Wl,-Bstatic,-T,$(VORTEX_RT_PATH)/linker/vx_link$(XLEN).ld -Wl,--
PROJECT = simple
SRCS = main.cpp
SRCS = main.cpp tests.cpp
all: $(PROJECT).elf $(PROJECT).bin $(PROJECT).dump