Skip to content

Commit cb46793

Browse files
authored
Merge pull request #135 from stnolting/dependabot/submodules/neorv32-651732d
[Dependabot]: Bump neorv32 from `03ac28b` to `651732d`
2 parents 251706f + e58986a commit cb46793

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

neorv32

Submodule neorv32 updated 61 files

src/neorv32_verilog_wrapper.vhd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- -------------------------------------------------------------------------------- --
44
-- The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 --
55
-- Copyright (c) NEORV32 contributors. --
6-
-- Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. --
6+
-- Copyright (c) 2020 - 2025 Stephan Nolting. All rights reserved. --
77
-- Licensed under the BSD-3-Clause license, see LICENSE for details. --
88
-- SPDX-License-Identifier: BSD-3-Clause --
99
-- ================================================================================ --
@@ -44,7 +44,7 @@ begin
4444
RISCV_ISA_C => true, -- implement compressed extension
4545
RISCV_ISA_M => true, -- implement mul/div extension
4646
RISCV_ISA_U => true, -- implement user mode extension
47-
RISCV_ISA_Zalrsc => true, -- implement atomic reservation-set extension
47+
RISCV_ISA_Zaamo => true, -- implement atomic memory operations extension
4848
RISCV_ISA_Zba => true, -- implement shifted-add bit-manipulation extension
4949
RISCV_ISA_Zbb => true, -- implement basic bit-manipulation extension
5050
RISCV_ISA_Zbkb => true, -- implement bit-manipulation instructions for cryptography

0 commit comments

Comments
 (0)