Skip to content

Commit

Permalink
Fix RISC-V compilation extensions, update binaries of MNIST, COREMARK…
Browse files Browse the repository at this point in the history
… and performance results
  • Loading branch information
alnthales committed Jan 8, 2025
1 parent 455f034 commit 0b5eebd
Show file tree
Hide file tree
Showing 7 changed files with 18,163 additions and 13,159 deletions.
Binary file modified Annonce RISC-V contest 2024-2025.pdf
Binary file not shown.
Binary file modified Reporting_results_2024-2025.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions sw/app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ INCS += -I$(src_dir)/../bsp/config \
FLAGS_STR:="$(RISCV_CFLAGS) $(RISCV_LDFLAGS) "


CFLAGS ?= -march=rv32imac_zba_zbb_zbs_zbc_zicsr_zifencei \
CFLAGS ?= -march=rv32im_zicsr \
-mabi=ilp32 \
-DPREALLOCATE=1 \
-fvisibility=hidden \
Expand All @@ -106,7 +106,7 @@ CFLAGS ?= -march=rv32imac_zba_zbb_zbs_zbc_zicsr_zifencei \
RISCV_CFLAGS :=-DPERFORMANCE_RUN=1 \
-DITERATIONS=3 \
-DFLAGS_STR=\"$(FLAGS_STR)\" \
-march=rv32imac_zba_zbb_zbs_zbc_zicsr_zifencei \
-march=rv32im_zicsr \
-mabi=ilp32 \
-DPREALLOCATE=1 \
-fvisibility=hidden \
Expand Down
Loading

0 comments on commit 0b5eebd

Please sign in to comment.