aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2023-01-14 13:34:19 +0530
committerAndrew Waterman <andrew@sifive.com>2023-01-31 09:27:56 -0800
commitaf95064915e9ef393ef78ed8d17171ddd9d758c7 (patch)
tree1b55085d0691b4b0c66ba860336b06d1074ffb3b
parent311c4127f3769596245dfb26b42fce122e453b92 (diff)
downloadriscv-opcodes-af95064915e9ef393ef78ed8d17171ddd9d758c7.zip
riscv-opcodes-af95064915e9ef393ef78ed8d17171ddd9d758c7.tar.gz
riscv-opcodes-af95064915e9ef393ef78ed8d17171ddd9d758c7.tar.bz2
indenting logs for better readability
-rwxr-xr-xparse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.py b/parse.py
index fd3358b..6a4637a 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')