From: Luke Kenneth Casson Leighton Date: Thu, 18 Mar 2021 12:15:00 +0000 (+0000) Subject: cross-reference to bug #619 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6156f3bd3ac95ad24dbf95334f322e98b7d5e6aa;p=soc.git cross-reference to bug #619 --- diff --git a/src/soc/decoder/power_svp64.py b/src/soc/decoder/power_svp64.py index 26e782b3..167053c9 100644 --- a/src/soc/decoder/power_svp64.py +++ b/src/soc/decoder/power_svp64.py @@ -88,9 +88,11 @@ class SVP64RM: # now add the RM fields (for each instruction) for entry in v30b: # *sigh* create extra field "out2" based on LD/ST update + # KEEP TRACK HERE https://bugs.libre-soc.org/show_bug.cgi?id=619 entry['out2'] = 'NONE' if entry['upd'] == '1': entry['out2'] = 'RA' + # dummy (blank) fields, first entry.update({'EXTRA0': '0', 'EXTRA1': '0', 'EXTRA2': '0', 'EXTRA3': '0',