aboutsummaryrefslogtreecommitdiff
path: root/parse.py
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2023-01-14 13:34:19 +0530
committerNeel Gala <neelgala@incoresemi.com>2023-01-14 13:34:19 +0530
commit65096f2eb0265ef9b895c6c6d839c7ce31f40754 (patch)
tree7586d196dbe2323541101cef7ac3f7d89dff13a1 /parse.py
parent05c08f12f8a5f4bfab176e70f0999f8bfbf27699 (diff)
downloadriscv-opcodes-65096f2eb0265ef9b895c6c6d839c7ce31f40754.zip
riscv-opcodes-65096f2eb0265ef9b895c6c6d839c7ce31f40754.tar.gz
riscv-opcodes-65096f2eb0265ef9b895c6c6d839c7ce31f40754.tar.bz2
indenting logs for better readability
Diffstat (limited to 'parse.py')
-rwxr-xr-xparse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.py b/parse.py
index 4d7bab6..e808f65 100755
--- a/parse.py
+++ b/parse.py
@@ -310,9 +310,9 @@ def create_inst_dict(file_filter, include_pseudo=False, include_pseudo_ops=[]):
# update the final dict with the instruction
if name not in instr_dict:
instr_dict[name] = single_dict
- logging.debug(f' including pseudo_ops:{name}')
+ logging.debug(f' including pseudo_ops:{name}')
else:
- logging.debug(f'Skipping pseudo_op {pseudo_inst} since original instruction {orig_inst} already selected in list')
+ logging.debug(f' Skipping pseudo_op {pseudo_inst} since original instruction {orig_inst} already selected in list')
# third pass if for imported instructions
logging.debug('Collecting imported instructions')