Skip to content

Commit 831fbe1

Browse files
committed
πŸš€ preparing release v1.12.6
1 parent 9998a95 commit 831fbe1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ mimpid = 0x01040312 -> Version 01.04.03.12 -> v1.4.3.12
2929

3030
| Date | Version | Comment | Ticket |
3131
|:----:|:-------:|:--------|:------:|
32+
| 27.12.2025 | [**1.12.6**](https://github.com/stnolting/neorv32/releases/tag/v1.12.6) | :rocket: **New release** | |
3233
| 24.12.2025 | 1.12.5.9 | minor rtl cleanups | [#1461](https://github.com/stnolting/neorv32/pull/1461) |
3334
| 23.12.2025 | 1.12.5.8 | :sparkles: add new tuning option `CPU_RF_ARCH_SEL` to select implementation style of CPU register file (FPGA block RAM, FPGA distributed RAM, individual FFs, individual latches) | [#1460](https://github.com/stnolting/neorv32/pull/1460) |
3435
| 21.12.2025 | 1.12.5.7 | :warning: remove `mxcsr` CSR | [#1459](https://github.com/stnolting/neorv32/pull/1459) |

β€Ždocs/attrs.adocβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:keywords: neorv32, risc-v, fpga, soft-core, microcontroller, cpu, soc, processor, asip
22
:description: A size-optimized, customizable and highly extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.
3-
:revnumber: v1.12.5
3+
:revnumber: v1.12.6
44
:icons: font
55
:source-highlighter: highlight.js
66
:imagesdir: ../figures

β€Žrtl/core/neorv32_package.vhdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package neorv32_package is
2020

2121
-- Architecture Constants -----------------------------------------------------------------
2222
-- -------------------------------------------------------------------------------------------
23-
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01120509"; -- hardware version
23+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01120600"; -- hardware version
2424
constant archid_c : natural := 19; -- official RISC-V architecture ID
2525
constant int_bus_tmo_c : natural := 16; -- internal bus timeout window; has to be a power of two
2626
constant alu_cp_tmo_c : natural := 9; -- log2 of max ALU co-processor execution cycles

β€Žsw/svd/neorv32.svdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<vendor>github.com/stnolting/neorv32</vendor>
55
<name>neorv32</name>
66
<series>RISC-V</series>
7-
<version>1.12.5</version>
7+
<version>1.12.6</version>
88
<description>The NEORV32 RISC-V Processor</description>
99

1010
<!-- CPU core -->

0 commit comments

Comments
Β (0)