mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
[dv,test] Enable FENCE.I instruction generation
Signed-off-by: Canberk Topal <ctopal@lowrisc.org>
This commit is contained in:
parent
ec7706cc9f
commit
d84cd116c2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ privileged_mode_t supported_privileged_mode[] = {MACHINE_MODE, USER_MODE};
|
|||
// Unsupported instructions
|
||||
// Avoid generating these instructions in regular regression
|
||||
// FENCE.I is intentionally treated as illegal instruction by ibex core
|
||||
riscv_instr_name_t unsupported_instr[] = {FENCE_I};
|
||||
riscv_instr_name_t unsupported_instr[] = {};
|
||||
|
||||
// Specify whether processor supports unaligned loads and stores
|
||||
bit support_unaligned_load_store = 1'b1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue