Skip to content

Commit 1ee3798

Browse files
committed
🚀 preparing new release 1.8.5
1 parent 26de83e commit 1ee3798

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
@@ -33,6 +33,7 @@ mimpid = 0x01080200 => Version 01.08.02.00 => v1.8.2
3333

3434
| Date (*dd.mm.yyyy*) | Version | Comment |
3535
|:-------------------:|:-------:|:--------|
36+
| 18.05.2023 | [**:rocket:1.8.5**](https://github.com/stnolting/neorv32/releases/tag/v1.8.5) | **New release** |
3637
| 18.05.2023 | 1.8.4.9 | remove `is_simulation` flag from SYSINFO; add programmable interrupt to **TRNG** module; [#615](https://github.com/stnolting/neorv32/pull/615) |
3738
| 12.05.2023 | 1.8.4.8 | `mtval` CSR now provides the address of `ebreak` exceptions (re-added temporarily to pass RISC-V ISA tests); [#611](https://github.com/stnolting/neorv32/pull/611) |
3839
| 03.05.2023 | 1.8.4.7 | :bug: fix bug in FPU (terminate FPU sub-module operations if an exception has been raised); [#609](https://github.com/stnolting/neorv32/pull/609) |

docs/attrs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:author: by Stephan Nolting (M.Sc.)
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.8.4
4+
:revnumber: v1.8.5
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
@@ -60,7 +60,7 @@ package neorv32_package is
6060

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

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.8.4</version>
7+
<version>1.8.5</version>
88
<description>The NEORV32 RISC-V Processor</description>
99

1010
<!-- CPU core -->

0 commit comments

Comments
 (0)