Skip to content

Commit c4d9125

Browse files
committed
πŸš€ preparing release 1.9.1
1 parent a7916e0 commit c4d9125

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
@@ -32,6 +32,7 @@ mimpid = 0x01040312 -> Version 01.04.03.12 -> v1.4.3.12
3232

3333
| Date (*dd.mm.yyyy*) | Version | Comment |
3434
|:-------------------:|:-------:|:--------|
35+
| 14.11.2023 | [**:rocket:1.9.1**](https://github.com/stnolting/neorv32/releases/tag/v1.9.1) | **New release** |
3536
| 11.11.2023 | 1.9.0.9 | :test_tube: add full hardware reset for **all** flip flops in CPU/processor; [#724](https://github.com/stnolting/neorv32/pull/724) |
3637
| 09.11.2023 | 1.9.0.8 | minor rtl code cleanups; [#723](https://github.com/stnolting/neorv32/pull/723) |
3738
| 04.11.2023 | 1.9.0.7 | upgrade true random number generator to [neoTRNG version 3](https://github.com/stnolting/neoTRNG); [#721](https://github.com/stnolting/neorv32/pull/721) |

β€Ždocs/attrs.adocβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:author: by stnolting
22
:keywords: neorv32, risc-v, riscv, rv32, fpga, soft-core, vhdl, microcontroller, cpu, soc, processor, gcc, openocd, gdb
33
: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.
4-
:revnumber: v1.9.0
4+
:revnumber: v1.9.1
55
:doctype: book
66
:sectnums:
77
:stem:

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

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

6060
-- Architecture Constants -----------------------------------------------------------------
6161
-- -------------------------------------------------------------------------------------------
62-
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090009"; -- hardware version
62+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090100"; -- hardware version
6363
constant archid_c : natural := 19; -- official RISC-V architecture ID
6464
constant XLEN : natural := 32; -- native data path width, do not change!
6565

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

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

1010
<!-- CPU core -->

0 commit comments

Comments
Β (0)