Skip to content

Commit 67de37e

Browse files
committed
🚀 preparing new release 1.8.3
1 parent ef7bdb9 commit 67de37e

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+
| 31.03.2023 | [**:rocket:1.8.3**](https://github.com/stnolting/neorv32/releases/tag/v1.8.3) | **New release** |
3435
| 29.03.2023 | 1.8.2.9 | :warning: remove `CPU_EXTENSION_RISCV_Zicsr` generic - `Zicsr` ISA extension is always enabled; optimize bus switch; VHDL code cleanups; [#562](https://github.com/stnolting/neorv32/pull/562) |
3536
| 25.03.2023 | 1.8.2.8 | :test_tube: add configurable data cache (**dCACHE**); [#560](https://github.com/stnolting/neorv32/pull/560) |
3637
| 24.03.2023 | 1.8.2.7 | :sparkles: add full support of `mcounteren` CSR; cleanup counter and PMP CSRs; i-cache optimization; [#559](https://github.com/stnolting/neorv32/pull/559) |

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.2
4+
:revnumber: v1.8.3
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 (do not modify!) ------------------------------------------------
6262
-- -------------------------------------------------------------------------------------------
63-
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080209"; -- hardware version
63+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080300"; -- hardware version
6464
constant archid_c : natural := 19; -- official RISC-V architecture ID
6565

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

0 commit comments

Comments
 (0)