From: Michael Nolan Date: Sat, 16 May 2020 18:05:03 +0000 (-0400) Subject: Add sprset.patch X-Git-Tag: div_pipeline~1131 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c74825ddf8c2f73fda48441f7fd55cc08c42b2ab;p=soc.git Add sprset.patch --- diff --git a/src/soc/decoder/isa/sprset.patch b/src/soc/decoder/isa/sprset.patch new file mode 100644 index 00000000..4f1abe71 --- /dev/null +++ b/src/soc/decoder/isa/sprset.patch @@ -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,)