remove extraneous constants
This commit is contained in:
@ -207,11 +207,6 @@ object Constants
|
||||
val DTLB_ENTRIES = 8;
|
||||
val ITLB_ENTRIES = 8;
|
||||
|
||||
// physical memory size (# 8K pages)
|
||||
// if you change this value, make sure to also change MEMORY_SIZE variable in memif.h
|
||||
val MEMSIZE_PAGES = 0x8000; // 256 megs
|
||||
val MEMSIZE_BYTES = MEMSIZE_PAGES*8192;
|
||||
|
||||
val START_ADDR = 0x2000;
|
||||
|
||||
val HAVE_RVC = false
|
||||
|
Reference in New Issue
Block a user