Build RVFI_DII Toooba with very small caches, 2-way set associative to

maximise cache and memory verification.
This commit is contained in:
jon
2020-05-28 10:59:08 +01:00
parent 8a07e18439
commit 8ae5d3a1b2
4 changed files with 18 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ else
$(error unsupported CORE_SIZE)
endif
ifeq (,$(filter $(CACHE_SIZE),SMALL LARGE MC_1MB MC_2MB))
ifeq (,$(filter $(CACHE_SIZE),TEST SMALL LARGE MC_1MB MC_2MB))
$(error unsupported CACHE_SIZE)
endif