From d798c4edb292da21095a25025068938774991208 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 5 Sep 2020 21:43:04 +0100 Subject: [PATCH] add comments on MSR read --- src/soc/simple/issuer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 58c9769b..ff525e98 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -226,7 +226,7 @@ class TestIssuer(Elaboratable): comb += self.imem.f_valid_i.eq(1) sync += cur_state.pc.eq(pc) - # initiate read of MSR + # initiate read of MSR. arrives one clock later comb += self.state_r_msr.ren.eq(1<