Skip to content

Commit 3b17d07

Browse files
committed
🚀 preparing new release v1.8.2
1 parent cf6071c commit 3b17d07

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

3232
| Date (*dd.mm.yyyy*) | Version | Comment |
3333
|:-------------------:|:-------:|:--------|
34+
| 10.03.2023 | [**:rocket:1.8.2**](https://github.com/stnolting/neorv32/releases/tag/v1.8.2) | **New release** |
3435
| 09.03.2023 | 1.8.1.10 | :warning: move tri-state drivers (ONEWIRE and TWI) out of the core; [#543](https://github.com/stnolting/neorv32/pull/543) |
3536
| 08.03.2023 | 1.8.1.9 | reintegrate **UART** RTS/CTS hardware flow-control; [#541](https://github.com/stnolting/neorv32/pull/541) |
3637
| 07.03.2023 | 1.8.1.8 | update smart LED controller **NEOLED**; [#536](https://github.com/stnolting/neorv32/pull/536) |

docs/attrs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:author: 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.1
4+
:revnumber: v1.8.2
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
@@ -65,7 +65,7 @@ package neorv32_package is
6565

6666
-- Architecture Constants (do not modify!) ------------------------------------------------
6767
-- -------------------------------------------------------------------------------------------
68-
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080110"; -- NEORV32 version
68+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080200"; -- NEORV32 version
6969
constant archid_c : natural := 19; -- official RISC-V architecture ID
7070

7171
-- Check if we're inside the Matrix -------------------------------------------------------

0 commit comments

Comments
 (0)