Skip to content

Commit

Permalink
config(xs-diff-spike): Disable REPORT_ILLEGAL_INSTR when runing spike…
Browse files Browse the repository at this point in the history
…-diff

Disable the REPORT_ILLEGAL_INSTR on xs-diff-spike configs to run workloads
that support illegal instr handling. It is the responsibility of `difftest`
and `spike` to check for un-supported instr of NEMU.

Signed-off-by: Jiuyue Ma <majiuyue@bosc.ac.cn>
  • Loading branch information
forever043 committed Feb 10, 2025
1 parent 8f82511 commit 69abdb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/riscv64-xs-diff-spike-agnostic_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ CONFIG_TIMER_GETTIMEOFDAY=y
CONFIG_DETERMINISTIC=y
CONFIG_DISABLE_HOST_ALARM=y
# CONFIG_MEMORY_REGION_ANALYSIS is not set
CONFIG_REPORT_ILLEGAL_INSTR=y
# CONFIG_REPORT_ILLEGAL_INSTR is not set
CONFIG_RT_CHECK=y
CONFIG_PERF_OPT=y
CONFIG_TCACHE_SIZE=8192
Expand Down
2 changes: 1 addition & 1 deletion configs/riscv64-xs-diff-spike-withflash_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ CONFIG_TIMER_GETTIMEOFDAY=y
CONFIG_DETERMINISTIC=y
CONFIG_DISABLE_HOST_ALARM=y
# CONFIG_MEMORY_REGION_ANALYSIS is not set
CONFIG_REPORT_ILLEGAL_INSTR=y
# CONFIG_REPORT_ILLEGAL_INSTR is not set
CONFIG_RT_CHECK=y
CONFIG_PERF_OPT=y
CONFIG_TCACHE_SIZE=8192
Expand Down
2 changes: 1 addition & 1 deletion configs/riscv64-xs-diff-spike_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ CONFIG_TIMER_GETTIMEOFDAY=y
CONFIG_DETERMINISTIC=y
CONFIG_DISABLE_HOST_ALARM=y
# CONFIG_MEMORY_REGION_ANALYSIS is not set
CONFIG_REPORT_ILLEGAL_INSTR=y
# CONFIG_REPORT_ILLEGAL_INSTR is not set
CONFIG_RT_CHECK=y
CONFIG_PERF_OPT=y
CONFIG_TCACHE_SIZE=8192
Expand Down

0 comments on commit 69abdb6

Please sign in to comment.