projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8c24d
)
FormX not FormXL
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 3 Jun 2020 01:47:12 +0000
(
02:47
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 3 Jun 2020 01:47:12 +0000
(
02:47
+0100)
src/soc/fu/trap/main_stage.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/trap/main_stage.py
b/src/soc/fu/trap/main_stage.py
index a9f9195454913830ec71ce0dbdd294e14248ca65..c88b465ba276950fa41fa23c6109242d9ba055af 100644
(file)
--- 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.FormX
L
.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);