From: Luke Kenneth Casson Leighton Date: Fri, 23 Apr 2021 12:21:51 +0000 (+0100) Subject: add debug prints X-Git-Tag: 0.0.1~54 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Fheads%2Flibresoc-master;p=openpower-isa.git add debug prints --- diff --git a/openpower/sv_analysis.py b/openpower/sv_analysis.py index fae3be00..4e8ec186 100644 --- a/openpower/sv_analysis.py +++ b/openpower/sv_analysis.py @@ -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: