mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
new HW version 1.3.6.5
This commit is contained in:
parent
e502bf3bb7
commit
c5806dad9e
1 changed files with 1 additions and 1 deletions
|
@ -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 -----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue