fixes iterations count for benchmarks

This commit is contained in:
2024-03-25 10:56:34 +01:00
parent 45b6f24dfc
commit 877672a5a4
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TARGET := coremark
ISA?=imc
ITERATIONS?=400
ITERATIONS?=600 # 300 for TGC
ASM_SRCS :=
C_SRCS := core_list_join.c core_main.c core_matrix.c core_state.c core_util.c core_portme.c ee_printf.c