From 5af9e0c990fa3733f14e44860c6b1c8d791a46b4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 25 Apr 2021 23:51:07 +0100 Subject: [PATCH] spelling mistake --- src/soc/experiment/dcache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/experiment/dcache.py b/src/soc/experiment/dcache.py index bf8c03fd..4d59a07a 100644 --- a/src/soc/experiment/dcache.py +++ b/src/soc/experiment/dcache.py @@ -1408,7 +1408,7 @@ cache_tags(r1.store_index)((i + 1) * TAG_WIDTH - 1 downto i * TAG_WIDTH) <= # Requests are all sent if stb is 0 comb += ld_stbs_done.eq(~r1.wb.stb) - # If we are still sening requests, was one accepted? + # If we are still sending requests, was one accepted? with m.If((~wb_in.stall) & r1.wb.stb): # That was the last word? We are done sending. # Clear stb and set ld_stbs_done so we can handle an -- 2.30.2