From: Luke Kenneth Casson Leighton Date: Wed, 3 Jun 2020 01:47:12 +0000 (+0100) Subject: FormX not FormXL X-Git-Tag: div_pipeline~637^2~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a05902bd4ce5fda1d1e5dad763581e86cbe9cad;p=soc.git FormX not FormXL --- diff --git a/src/soc/fu/trap/main_stage.py b/src/soc/fu/trap/main_stage.py index a9f91954..c88b465b 100644 --- a/src/soc/fu/trap/main_stage.py +++ b/src/soc/fu/trap/main_stage.py @@ -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);