Skip to content

Commit

Permalink
[rtl] update version ID
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jun 22, 2024
1 parent 94bc29f commit 126c4e7
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 @@ -29,7 +29,7 @@ package neorv32_package is

-- Architecture Constants -----------------------------------------------------------------
-- -------------------------------------------------------------------------------------------
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01100002"; -- hardware version
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01100003"; -- hardware version
constant archid_c : natural := 19; -- official RISC-V architecture ID
constant XLEN : natural := 32; -- native data path width

Expand Down

0 comments on commit 126c4e7

Please sign in to comment.