icache/dcache: Make both caches 32 lines, 2 ways
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 15 Oct 2019 05:21:32 +0000 (16:21 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 23 Oct 2019 01:30:49 +0000 (12:30 +1100)
commit265fbf894bcf7e5cb0d140ca840b005b3cf7a1a9
tree422986d3f7c86f463dc7dae965dcee547e514e8d
parent174378b190fe47f12dc3f9ec90756a8f8df3f05f
icache/dcache: Make both caches 32 lines, 2 ways

Adding lines seems to add only little extra as the BRAMs aren't
full, 2 ways is our current comprimise to limit pressure on small
FPGAs. We could go to 64 lines for a little more, but timing is
becoming a bit too right to my linking on the tags/LRU path of
the icache, so let's leave it at 32 for now.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
core.vhdl