projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15fa194
)
add debug prints
libresoc-master
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 23 Apr 2021 12:21:51 +0000
(13:21 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 23 Apr 2021 12:21:51 +0000
(13:21 +0100)
openpower/sv_analysis.py
patch
|
blob
|
history
diff --git
a/openpower/sv_analysis.py
b/openpower/sv_analysis.py
index fae3be009cadaa0f006e7e33e9be6e7ba1e4d62a..4e8ec1864086c250a0415245fb3facedcf5074e0 100644
(file)
--- 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: