Skip to content

Commit 7aa10cf

Browse files
committed
🚀 preparing new release 1.8.4
1 parent 8108903 commit 7aa10cf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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+
| 21.04.2023 | [**:rocket:1.8.4**](https://github.com/stnolting/neorv32/releases/tag/v1.8.4) | **New release** |
3637
| 21.04.2023 | 1.8.3.9 | :bug: fix timeout bug in **FPU** normalizer; [#592](https://github.com/stnolting/neorv32/pull/592) |
3738
| 19.04.2023 | 1.8.3.8 | minor processor bus system optimizations and clean-ups; [#591](https://github.com/stnolting/neorv32/pull/591) |
3839
| 15.04.2023 | 1.8.3.7 | :bug: :warning: `wfi` and XIRQ bug fixes; massive RTL code cleanup and optimization of CPU control; [#586](https://github.com/stnolting/neorv32/pull/586) |

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.3
4+
:revnumber: v1.8.4
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"01080309"; -- hardware version
63+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080400"; -- 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

0 commit comments

Comments
 (0)