From 6156f3bd3ac95ad24dbf95334f322e98b7d5e6aa Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 18 Mar 2021 12:15:00 +0000 Subject: [PATCH] cross-reference to bug #619 --- src/soc/decoder/power_svp64.py | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.30.2