Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed May 31, 2024
1 parent 3507804 commit 5b6e90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seal5/backends/riscv_instr_info/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def main():
if ext_settings is not None:
pred = "Has" + ext_settings.get_predicate(name=set_name)
metrics["n_sets"] += 1
# TODO: check for GPRC and require HasStdExtCOrZca?
for instr_name, instr_def in set_def.instructions.items():
metrics["n_success"] += 1
out_name = f"{instr_def.name}InstrInfo.{args.ext}"
Expand Down

0 comments on commit 5b6e90b

Please sign in to comment.