[rtl] update version ID

This commit is contained in:
stnolting 2023-11-04 16:52:13 +01:00
parent 302284cb32
commit 9c24c926be

View file

@ -59,7 +59,7 @@ package neorv32_package is
-- Architecture Constants -----------------------------------------------------------------
-- -------------------------------------------------------------------------------------------
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090006"; -- hardware version
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090007"; -- hardware version
constant archid_c : natural := 19; -- official RISC-V architecture ID
constant XLEN : natural := 32; -- native data path width, do not change!