From 5a05902bd4ce5fda1d1e5dad763581e86cbe9cad Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 3 Jun 2020 02:47:12 +0100 Subject: [PATCH] FormX not FormXL --- src/soc/fu/trap/main_stage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2