OPAE rtl fixes

This commit is contained in:
Blaise Tine
2020-06-04 15:44:03 -07:00
parent ea890b457d
commit 4e0e710182
8 changed files with 49 additions and 68 deletions

View File

@@ -224,7 +224,7 @@
// Number of banks {1, 2, 4, 8,...}
`ifndef SNUM_BANKS
`define SNUM_BANKS 8
`define SNUM_BANKS 4
`endif
// Size of a word in bytes
@@ -261,7 +261,7 @@
// Number of banks {1, 2, 4, 8,...}
`ifndef L2NUM_BANKS
`define L2NUM_BANKS 8
`define L2NUM_BANKS 4
`endif
// Size of a word in bytes
@@ -332,7 +332,7 @@
// Number of banks {1, 2, 4, 8,...}
`ifndef L3NUM_BANKS
`define L3NUM_BANKS 8
`define L3NUM_BANKS 4
`endif
// Size of a word in bytes