Skip to content

Commit

Permalink
update version ID
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 28, 2023
1 parent d333520 commit fe93398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/core/neorv32_package.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package neorv32_package is

-- Architecture Constants -----------------------------------------------------------------
-- -------------------------------------------------------------------------------------------
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090003"; -- hardware version
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090004"; -- hardware version
constant archid_c : natural := 19; -- official RISC-V architecture ID
constant XLEN : natural := 32; -- native data path width, do not change!

Expand Down

0 comments on commit fe93398

Please sign in to comment.