skip addpcis for now, needs properly qualifying
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 12 Sep 2022 09:55:11 +0000 (10:55 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 12 Sep 2022 10:08:25 +0000 (11:08 +0100)
src/openpower/sv/sv_analysis.py

index 8bd6a041593f6a9820656a7ef35a77ec8245c937..1e91f5fac0e13e3116c44a89baea1277e4136dea 100644 (file)
@@ -318,6 +318,8 @@ def read_csvs():
                 continue
             if 'rfid' in insn_name:
                 continue
+            if 'addpcis' in insn_name: # skip for now
+                continue
             if insn_name in ['setvl', ]:  # SVP64 opcodes
                 continue