X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsoc%2Fexperiment%2Fdcache.py;h=9e75cc01eb59ee42c71ffafdbcec5795c5ff12cb;hb=057b1428bcb8bfe8669650f3823c08f1ae7ab010;hp=ce1967bd771461f9c2d75c733953d140a37daded;hpb=2b6da534d53396208ddb6b40fb8c13f4ad7d4058;p=soc.git diff --git a/src/soc/experiment/dcache.py b/src/soc/experiment/dcache.py index ce1967bd..9e75cc01 100644 --- a/src/soc/experiment/dcache.py +++ b/src/soc/experiment/dcache.py @@ -747,10 +747,10 @@ class DCache(Elaboratable, DCacheConfig): if self.microwatt_compat: # reduce way sizes and num lines - super().__init__(NUM_LINES = 8, + super().__init__(NUM_LINES = 4, NUM_WAYS = 1, TLB_NUM_WAYS = 1, - TLB_SET_SIZE=16) # XXX needs device-tree entry + TLB_SET_SIZE=4) # XXX needs device-tree entry else: super().__init__()