projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8753e
)
Define and initialise the mode variable, to be used later on
author
Cesar Strauss
<cestrauss@gmail.com>
Tue, 16 Mar 2021 00:12:11 +0000
(21:12 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Tue, 16 Mar 2021 00:12:11 +0000
(21:12 -0300)
src/soc/decoder/power_svp64_rm.py
patch
|
blob
|
history
diff --git
a/src/soc/decoder/power_svp64_rm.py
b/src/soc/decoder/power_svp64_rm.py
index 5c2b497e5dba7e973cb8351662a4b330af6e6a4d..ed1ed301a32d6e1961f8f43b9063f0047b4ca715 100644
(file)
--- a/
src/soc/decoder/power_svp64_rm.py
+++ b/
src/soc/decoder/power_svp64_rm.py
@@
-81,6
+81,7
@@
class SVP64RMModeDecode(Elaboratable):
def elaborate(self, platform):
m = Module()
comb = m.d.comb
+ mode = self.rm_in.mode
# decode pieces of mode
is_ldst = Signal()