Skip to content

Commit ecea847

Browse files
committed
πŸš€ preparing release v1.8.7
1 parent 1d5e198 commit ecea847

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

3333
| Date (*dd.mm.yyyy*) | Version | Comment |
3434
|:-------------------:|:-------:|:--------|
35+
| 26.07.2023 | [**:rocket:1.8.7**](https://github.com/stnolting/neorv32/releases/tag/v1.8.7) | **New release**
3536
| 24.07.2023 | 1.8.6.10 | :bug: fixing some LR/SC design flaws; [#654](https://github.com/stnolting/neorv32/pull/654) |
3637
| 23.07.2023 | 1.8.6.9 | optimize bus system and customization options; [#653](https://github.com/stnolting/neorv32/pull/653) |
3738
| 22.07.2023 | 1.8.6.8 | minor rtl edits; [#652](https://github.com/stnolting/neorv32/pull/652) |

β€Ždocs/attrs.adocβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:author: by stnolting
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.6
4+
:revnumber: v1.8.7
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
@@ -56,7 +56,7 @@ package neorv32_package is
5656

5757
-- Architecture Constants -----------------------------------------------------------------
5858
-- -------------------------------------------------------------------------------------------
59-
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080610"; -- hardware version
59+
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01080700"; -- hardware version
6060
constant archid_c : natural := 19; -- official RISC-V architecture ID
6161
constant XLEN : natural := 32; -- native data path width, do not change!
6262

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

1010
<!-- CPU core -->

0 commit comments

Comments
Β (0)