add cross-reference to bug #619 to make sure consistency is not lost
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 18 Mar 2021 12:15:22 +0000 (12:15 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 18 Mar 2021 12:15:22 +0000 (12:15 +0000)
openpower/sv_analysis.py

index d6e3b039a978b3e542483533088852aec21c55c3..78bb0ec2b95bb6498e6bc9c70c3cdb23901ce0d0 100644 (file)
@@ -326,6 +326,7 @@ def process_csvs():
     svp64 = OrderedDict()
     # create a CSV file, per category, with SV "augmentation" info
     # XXX note: 'out2' not added here, needs to be added to CSV files
+    # KEEP TRACK OF THESE https://bugs.libre-soc.org/show_bug.cgi?id=619
     csvcols = ['insn', 'Ptype', 'Etype', '0', '1', '2', '3']
     csvcols += ['in1', 'in2', 'in3', 'out', 'CR in', 'CR out'] # temporary
     for key in primarykeys:
@@ -363,6 +364,7 @@ def process_csvs():
             for k in ['0', '1', '2', '3']:
                 res[k] = ''
             # create "fake" out2 (TODO, needs to be added to CSV files)
+            # KEEP TRACK HERE https://bugs.libre-soc.org/show_bug.cgi?id=619
             res['out2'] = 'NONE'
             if insn['upd'] == '1': # LD/ST with update has RA as out2
                 res['out2'] = 'RA'