1
0

change number of tlb entries

This commit is contained in:
Yunsup Lee
2012-03-16 17:08:03 -07:00
parent f0157b9e2a
commit d38603a4ee
2 changed files with 3 additions and 2 deletions

View File

@ -218,8 +218,9 @@ object Constants
val MEM_DATA_BITS = 128
val REFILL_CYCLES = (1 << OFFSET_BITS)*8/MEM_DATA_BITS
val DTLB_ENTRIES = 8;
val DTLB_ENTRIES = 16
val ITLB_ENTRIES = 8;
val VITLB_ENTRIES = 4
val START_ADDR = 0x2000;