From 30e0ac095098330f9fc4857acdd7654408ddeb04 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 14 Sep 2020 11:07:04 +0100 Subject: [PATCH] comments on icache --- src/soc/experiment/icache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/soc/experiment/icache.py b/src/soc/experiment/icache.py index ac59aedc..16366d3b 100644 --- a/src/soc/experiment/icache.py +++ b/src/soc/experiment/icache.py @@ -1149,6 +1149,8 @@ class ICache(Elaboratable): # " RA:" & to_hstring(real_addr); # We need to read a cache line with m.If(req_is_miss): + # XXX no, do not use "f". use sync += Display + # and use %d for integer, %x for hex. print(f"cache miss nia:{i_in.nia} " \ f"IR:{i_in.virt_mode} " \ f"SM:{i_in.stop_mark} " \ -- 2.30.2