From: Luke Kenneth Casson Leighton Date: Mon, 13 Jul 2020 13:18:14 +0000 (+0100) Subject: remove unneeded spec patching X-Git-Tag: div_pipeline~63 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad75844a09017838c0b80cd616e87e473cff86e2;hp=fdb8fa7e0b96b830cfd2365cff0c76293464cefe;p=soc.git remove unneeded spec patching --- diff --git a/src/soc/decoder/isa/fixedshift.patch b/src/soc/decoder/isa/fixedshift.patch index add7103f..988ae3b4 100644 --- a/src/soc/decoder/isa/fixedshift.patch +++ b/src/soc/decoder/isa/fixedshift.patch @@ -61,51 +61,6 @@ r = ROTL64(RS, n) b = concat(mb[5], mb[0:5]) m = MASK(b, 63) -@@ -68,7 +68,7 @@ - - @inject() - def op_rldicl_(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - b = concat(mb[5], mb[0:5]) - m = MASK(b, 63) -@@ -77,7 +77,7 @@ - - @inject() - def op_rldicr(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - e = concat(me[5], me[0:5]) - m = MASK(0, e) -@@ -86,7 +86,7 @@ - - @inject() - def op_rldicr_(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - e = concat(me[5], me[0:5]) - m = MASK(0, e) -@@ -95,7 +95,7 @@ - - @inject() - def op_rldic(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - b = concat(mb[5], mb[0:5]) - m = MASK(b, ~n) -@@ -104,7 +104,7 @@ - - @inject() - def op_rldic_(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - b = concat(mb[5], mb[0:5]) - m = MASK(b, ~n) @@ -168,9 +168,9 @@ @inject() def op_slw(self, RB, RS):