From: Luke Kenneth Casson Leighton Date: Sat, 5 Sep 2020 20:43:04 +0000 (+0100) Subject: add comments on MSR read X-Git-Tag: semi_working_ecp5~177 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d798c4edb292da21095a25025068938774991208;p=soc.git add comments on MSR read --- 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<