add debug prints libresoc-master
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 12:21:51 +0000 (13:21 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 12:21:51 +0000 (13:21 +0100)
openpower/sv_analysis.py

index fae3be009cadaa0f006e7e33e9be6e7ba1e4d62a..4e8ec1864086c250a0415245fb3facedcf5074e0 100644 (file)
@@ -25,6 +25,7 @@ def find_wiki_file(name):
     filedir = os.path.dirname(os.path.abspath(__file__))
     tabledir = join(filedir, 'isatables')
     file_path = join(tabledir, name)
+    print ("find wiki file", name, file_path)
     return file_path
 
 # Return an array of dictionaries from the CSV file name:
@@ -590,6 +591,7 @@ def process_csvs():
 
     # Ignore those containing: valid test sprs
     for fname in glob(pth):
+        print ("checking", fname)
         if '-' in fname:
             continue
         if 'valid' in fname: