Skip to content

Commit a9d28f3

Browse files
committed
πŸš€ preparing release v1.9.5
1 parent 676f0fb commit a9d28f3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ mimpid = 0x01040312 -> Version 01.04.03.12 -> v1.4.3.12
3030

3131
| Date | Version | Comment | Link |
3232
|:----:|:-------:|:--------|:----:|
33-
| 15.01.2023 | 1.9.4.13 | allow the DMA to issue a FENCE operation | [#807](https://github.com/stnolting/neorv32/pull/807) |
33+
| 16.02.2024 | [**:rocket:1.9.5**](https://github.com/stnolting/neorv32/releases/tag/v1.9.5) | **New release** | |
34+
| 15.02.2023 | 1.9.4.13 | allow the DMA to issue a FENCE operation | [#807](https://github.com/stnolting/neorv32/pull/807) |
3435
| 14.02.2024 | 1.9.4.12 | :bug: close another illegal compressed instruction encoding loophole | [#806](https://github.com/stnolting/neorv32/pull/806) |
3536
| 11.02.2024 | 1.9.4.11 | :bug: fix several FPU bugs and design flaws | [#794](https://github.com/stnolting/neorv32/pull/794) |
3637
| 11.02.2024 | 1.9.4.10 | minor additions to previous version (1.9.4.9): fix HPM configuration read-back | [#804](https://github.com/stnolting/neorv32/pull/804) |

β€Ž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, riscv, rv32, fpga, soft-core, vhdl, microcontroller, cpu, soc, processor, gcc, openocd, gdb
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.9.3
3+
:revnumber: v1.9.5
44
:doctype: book
55
:sectnums:
66
:stem:

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

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

5454
-- Architecture Constants -----------------------------------------------------------------
5555
-- -------------------------------------------------------------------------------------------
56-
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090413"; -- hardware version
56+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090500"; -- hardware version
5757
constant archid_c : natural := 19; -- official RISC-V architecture ID
5858
constant XLEN : natural := 32; -- native data path width
5959

β€Ž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.4</version>
7+
<version>1.9.5</version>
88
<description>The NEORV32 RISC-V Processor</description>
99

1010
<!-- CPU core -->

0 commit comments

Comments
Β (0)