FormX not FormXL
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 3 Jun 2020 01:47:12 +0000 (02:47 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 3 Jun 2020 01:47:12 +0000 (02:47 +0100)
src/soc/fu/trap/main_stage.py

index a9f9195454913830ec71ce0dbdd294e14248ca65..c88b465ba276950fa41fa23c6109242d9ba055af 100644 (file)
@@ -140,7 +140,7 @@ class TrapMainStage(PipeModBase):
                         ctrl_tmp.msr(MSR_DR) <= '1';
                 """
                 # TODO translate this:
-                # L = self.fields.FormXL.L[0:-1]
+                # L = self.fields.FormX.L[0:-1]
                 # if e_in.insn(16) = '1' then  <-- this is X-form field "L".
                 #     -- just update EE and RI
                 #     ctrl_tmp.msr(MSR_EE) <= c_in(MSR_EE);