Skip to content

Commit

Permalink
[package] update version ID
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 21, 2024
1 parent 3ece3f9 commit 7474593
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"01100509"; -- hardware version
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01100510"; -- 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 7474593

Please sign in to comment.