From 6754a881fbd34d24a53cfb3dfe2d5d6e7ca03fae Mon Sep 17 00:00:00 2001 From: stnolting Date: Sat, 26 Oct 2024 22:28:52 +0200 Subject: [PATCH] [package] update version ID --- rtl/core/neorv32_package.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/core/neorv32_package.vhd b/rtl/core/neorv32_package.vhd index 3ae7dffa..b5c4548c 100644 --- a/rtl/core/neorv32_package.vhd +++ b/rtl/core/neorv32_package.vhd @@ -29,7 +29,7 @@ package neorv32_package is -- Architecture Constants ----------------------------------------------------------------- -- ------------------------------------------------------------------------------------------- - constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01100510"; -- hardware version + constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01100511"; -- hardware version constant archid_c : natural := 19; -- official RISC-V architecture ID constant XLEN : natural := 32; -- native data path width