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 May 4, 2024
1 parent bf4b0f1 commit 1bce216
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"01090900"; -- hardware version
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01090901"; -- 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 1bce216

Please sign in to comment.