Skip to content

Commit

Permalink
review: Add TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Nov 29, 2023
1 parent 9161271 commit 858dbaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion core/ir/riscv64/isl/xtheadcmo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Version 1.0
# https://github.com/T-head-Semi/thead-extension-spec

# Only list instructions that are valid in usermode.
# TODO i#3544: Only list instructions that are valid in usermode for now, but we
# would like to cover privileged instructions as well for something like standalone
# drdecode library to work for arbitrary bits.

# Clean and invalidate D-cache at virtual address
th.dcache.civa | i | rs1 | 000000100111.....000000000001011
Expand Down
4 changes: 3 additions & 1 deletion core/ir/riscv64/isl/xtheadsync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Version 1.0
# https://github.com/T-head-Semi/thead-extension-spec

# Only list instructions that are valid in usermode.
# TODO i#3544: Only list instructions that are valid in usermode for now, but we
# would like to cover privileged instructions as well for something like standalone
# drdecode library to work for arbitrary bits.

# Ensures that all preceding instructions retire earlier than this instruction
# and all subsequent instructions retire later than this instruction.
Expand Down

0 comments on commit 858dbaa

Please sign in to comment.