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/defines.v b/verilog/rtl/defines.v index f9356c0..8c96402 100644 --- a/verilog/rtl/defines.v +++ b/verilog/rtl/defines.v
@@ -11,4 +11,4 @@ // Number of RAM blocks for the mgmt_core `define MGMT_BLOCKS 2 -`define USER_BLOCKS 4 \ No newline at end of file +`define USER_BLOCKS 6 \ No newline at end of file