commit | db08adbdda4b18a2cc5ea1677c7b7006df62656c | [log] [tgz] |
---|---|---|
author | Manar <manarabdelatty@aucegypt.edu> | Mon Nov 02 17:13:25 2020 +0200 |
committer | Manar <manarabdelatty@aucegypt.edu> | Mon Nov 02 17:13:25 2020 +0200 |
tree | 00914dea32f37e6d19f4865bdaf5d9a9e8d60bdb | |
parent | cd41a1db80cfeb7afa533efbdda931d0ea4c4c0c [diff] [blame] |
Updated default number of sram blocks for the user area - user has access to 6 sram blocks - mgmt has access to 2 sram blocks
diff --git a/verilog/rtl/mgmt_soc.v b/verilog/rtl/mgmt_soc.v index 0183909..8235436 100644 --- a/verilog/rtl/mgmt_soc.v +++ b/verilog/rtl/mgmt_soc.v
@@ -220,6 +220,8 @@ }; parameter [(`USER_BLOCKS*24)-1:0] USER_BLOCKS_ADR = { + {24'h 50_0000}, + {24'h 40_0000}, {24'h 30_0000}, {24'h 20_0000}, {24'h 10_0000},