Add sprset.patch
authorMichael Nolan <mtnolan2640@gmail.com>
Sat, 16 May 2020 18:05:03 +0000 (14:05 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Sat, 16 May 2020 18:05:03 +0000 (14:05 -0400)
src/soc/decoder/isa/sprset.patch [new file with mode: 0644]

diff --git a/src/soc/decoder/isa/sprset.patch b/src/soc/decoder/isa/sprset.patch
new file mode 100644 (file)
index 0000000..4f1abe7
--- /dev/null
@@ -0,0 +1,11 @@
+--- sprset.py.orig     2020-05-16 14:04:00.414533305 -0400
++++ sprset.py  2020-05-16 14:04:05.611261221 -0400
+@@ -54,7 +54,7 @@
+                 n = i
+                 count = count + 1
+         if eq(count, 1):
+-            CR[4 * n + 32:4 * n + 35 + 1] = RS[4 * n + 32:4 * n + 35 + 1]
++            CR.si[4 * n + 32:4 * n + 35 + 1] = RS[4 * n + 32:4 * n + 35 + 1]
+         else:
+             CR = undefined
+         return (CR,)