new HW version 1.3.6.5

This commit is contained in:
stnolting 2020-08-06 20:32:03 +02:00
parent e502bf3bb7
commit c5806dad9e

View file

@ -41,7 +41,7 @@ package neorv32_package is
-- Architecture Constants -----------------------------------------------------------------
-- -------------------------------------------------------------------------------------------
constant data_width_c : natural := 32; -- data width - FIXED!
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01030602"; -- no touchy!
constant hw_version_c : std_ulogic_vector(31 downto 0) := x"01030605"; -- no touchy!
constant pmp_max_r_c : natural := 8; -- max PMP regions
-- Helper Functions -----------------------------------------------------------------------