X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsoc%2Fexperiment%2Ficache.py;h=4e40ce403e94f1536b38e269867496619676293c;hb=4a1ce4a397809a935d4ac79d02115a8d973dfec1;hp=ff45332d8fd9a5460464468fcefbffd9e808306f;hpb=e0045741706535925f6605d3a55f759324ea46a8;p=soc.git diff --git a/src/soc/experiment/icache.py b/src/soc/experiment/icache.py index ff45332d..4e40ce40 100644 --- a/src/soc/experiment/icache.py +++ b/src/soc/experiment/icache.py @@ -344,8 +344,8 @@ class ICache(FetchUnitInterface, Elaboratable, ICacheConfig): XLEN = pspec.XLEN LINE_SIZE = 64 - TLB_SIZE = 16 - NUM_LINES = 16 + TLB_SIZE = 8 + NUM_LINES = 8 NUM_WAYS = 2 if self.small_cache: # reduce way sizes and num lines to ridiculously small