litedram: Make the L2 twice as tall
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 5 Jun 2020 01:45:00 +0000 (11:45 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 5 Jun 2020 01:46:23 +0000 (11:46 +1000)
This increases the number of L2 lines from 32 to 64. The BRAM usage is the
same as they were only half used. There's an increase in LUTs and registers
due to the extra tags and valid bits, but none of it should be in a
space constrained or critical timing path.

We could make it wider instead (256 bytes lines) which would reduce usage
instead, but this increases the latency by 8 cycles. Something to consider
once the L2 is capable of early response on miss and starting reloads
from any point in a line.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
litedram/extras/litedram-wrapper-l2.vhdl

index 6bd3636d113a2adc3d1b6c5af92a93f4c9b643c0..eb818ee02c56526c072dd3a010135d32a69e20f5 100644 (file)
@@ -22,7 +22,7 @@ entity litedram_wrapper is
         -- Line size in bytes
         LINE_SIZE         : positive := 128;
         -- Number of lines in a set
-        NUM_LINES         : positive := 32;
+        NUM_LINES         : positive := 64;
         -- Number of ways
         NUM_WAYS          : positive := 4;
         -- Max number of stores in the queue