fix mshr size
This commit is contained in:
@@ -403,7 +403,7 @@ class VX_cache_top(
|
|||||||
// WORD_SIZE to something wider than 4
|
// WORD_SIZE to something wider than 4
|
||||||
WORD_SIZE: Int = 16,
|
WORD_SIZE: Int = 16,
|
||||||
CRSQ_SIZE: Int = 2,
|
CRSQ_SIZE: Int = 2,
|
||||||
MSHR_SIZE: Int = 16,
|
MSHR_SIZE: Int = 8,
|
||||||
MRSQ_SIZE: Int = 0,
|
MRSQ_SIZE: Int = 0,
|
||||||
MREQ_SIZE: Int = 4,
|
MREQ_SIZE: Int = 4,
|
||||||
WRITE_ENABLE: Int = 1,
|
WRITE_ENABLE: Int = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user