1
0

cleanup before adding dtlb

This commit is contained in:
Rimas Avizienis
2011-11-09 23:27:29 -08:00
parent 9aca403aa8
commit 6664af3bc0
3 changed files with 13 additions and 18 deletions

View File

@ -162,6 +162,7 @@ object Constants
val ASID_BITS = 7;
val PERM_BITS = 6;
val DTLB_ENTRIES = 8;
val ITLB_ENTRIES = 8;
val HAVE_FPU = Bool(false);