sv_binutils: generate entries and num_entries via classes
[openpower-isa.git] / src / openpower / sv / sv_analysis.py
index b14be43fb148bbc28e702a6ff6e478bfe3bc54ea..d2b7c7abcd2dd4ad065e5704b115f6c1a9e0a2a1 100644 (file)
@@ -691,6 +691,12 @@ def process_csvs(format):
 
     # now write out the csv files
     for value, csv in svp64.items():
+        if value == '-':
+            from time import sleep
+            print ("WARNING, filename '-' should NOT exist. instrs missing")
+            print ("TODO: fix this (and put in the bugreport number here)")
+            sleep(2)
+            continue
         # print out svp64 tables by category
         print("## %s" % value)
         print('')