X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsoc%2Fexperiment%2Fdcache.py;h=910149e50a5dcc73955592d37dc97f8ec4a58690;hb=4a1ce4a397809a935d4ac79d02115a8d973dfec1;hp=82b983bd3fd0166235395a3a33d011049e4ab801;hpb=e0045741706535925f6605d3a55f759324ea46a8;p=soc.git diff --git a/src/soc/experiment/dcache.py b/src/soc/experiment/dcache.py index 82b983bd..910149e5 100644 --- a/src/soc/experiment/dcache.py +++ b/src/soc/experiment/dcache.py @@ -749,9 +749,9 @@ class DCache(Elaboratable, DCacheConfig): (pspec.microwatt_compat == True)) XLEN = pspec.XLEN - TLB_SET_SIZE = 16 + TLB_SET_SIZE = 8 TLB_NUM_WAYS = 2 - NUM_LINES = 16 + NUM_LINES = 8 NUM_WAYS = 2 if self.small_cache: