mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[sim] update atomic ISA generic
This commit is contained in:
parent
1c9bb941ac
commit
1c4312a6cf
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ entity neorv32_tb is
|
|||
RISCV_ISA_E : boolean := false; -- implement embedded RF extension
|
||||
RISCV_ISA_M : boolean := true; -- implement mul/div extension
|
||||
RISCV_ISA_U : boolean := true; -- implement user mode extension
|
||||
RISCV_ISA_Zalrsc : boolean := true; -- implement atomic reservation-set extension
|
||||
RISCV_ISA_Zaamo : boolean := true; -- implement atomic memory operations extension
|
||||
RISCV_ISA_Zba : boolean := true; -- implement shifted-add bit-manipulation extension
|
||||
RISCV_ISA_Zbb : boolean := true; -- implement basic bit-manipulation extension
|
||||
RISCV_ISA_Zbkb : boolean := true; -- implement bit-manipulation instructions for cryptography
|
||||
|
@ -126,7 +126,7 @@ begin
|
|||
RISCV_ISA_E => RISCV_ISA_E,
|
||||
RISCV_ISA_M => RISCV_ISA_M,
|
||||
RISCV_ISA_U => RISCV_ISA_U,
|
||||
RISCV_ISA_Zalrsc => RISCV_ISA_Zalrsc,
|
||||
RISCV_ISA_Zaamo => RISCV_ISA_Zaamo,
|
||||
RISCV_ISA_Zba => RISCV_ISA_Zba,
|
||||
RISCV_ISA_Zbb => RISCV_ISA_Zbb,
|
||||
RISCV_ISA_Zbkb => RISCV_ISA_Zbkb,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue