projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e189a2
)
Rename class so it does not clash with the enum
author
Cesar Strauss
<cestrauss@gmail.com>
Tue, 16 Mar 2021 00:02:28 +0000
(21:02 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Tue, 16 Mar 2021 00:02:28 +0000
(21:02 -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 bd1cd41601f6bfa68049df01405040c15cd097a0..5c2b497e5dba7e973cb8351662a4b330af6e6a4d 100644
(file)
--- a/
src/soc/decoder/power_svp64_rm.py
+++ b/
src/soc/decoder/power_svp64_rm.py
@@
-54,7
+54,7
@@
Arithmetic:
11 inv sz RC1 Rc=0: pred-result z/nonz
"""
-class SVP64RMMode(Elaboratable):
+class SVP64RMMode
Decode
(Elaboratable):
def __init__(self, name=None):
self.rm_in = SVP64Rec(name=name)
self.fn_in = Signal(Function) # LD/ST is different