aboutsummaryrefslogtreecommitdiff
path: root/model/rvfi_dii.sail
diff options
context:
space:
mode:
authorAlex Richardson <alexrichardson@google.com>2023-05-16 14:26:50 -0700
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>2023-06-15 16:53:03 +0200
commit2ede5ef2e10a893e9e6b4ea2b24a6472557d9685 (patch)
tree6ff80e765946512e5c32e60b834769d3fb9c2ad9 /model/rvfi_dii.sail
parent33ef4a33787edae744bacfb85685a41b24dc5ca8 (diff)
downloadsail-riscv-2ede5ef2e10a893e9e6b4ea2b24a6472557d9685.zip
sail-riscv-2ede5ef2e10a893e9e6b4ea2b24a6472557d9685.tar.gz
sail-riscv-2ede5ef2e10a893e9e6b4ea2b24a6472557d9685.tar.bz2
Run the pre-commit hook on all files
This strips trailing whitespace and fixes line endings. I had to add the *.dump files to the exclude list to avoid excessive changes, but ideally these would not be part of the repository since they can just be generated by running objdump manually.
Diffstat (limited to 'model/rvfi_dii.sail')
-rw-r--r--model/rvfi_dii.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/rvfi_dii.sail b/model/rvfi_dii.sail
index 4e1941c..89989ff 100644
--- a/model/rvfi_dii.sail
+++ b/model/rvfi_dii.sail
@@ -109,7 +109,7 @@ function print_instr_packet(bs) = {
bitfield RVFI_DII_Execution_Packet_V1 : bits(704) = {
rvfi_intr : 703 .. 696, // [87] Trap handler: Set for first instruction in trap handler.
- rvfi_halt : 695 .. 688, // [86] Halt indicator: Marks the last instruction retired
+ rvfi_halt : 695 .. 688, // [86] Halt indicator: Marks the last instruction retired
// before halting execution.
rvfi_trap : 687 .. 680, // [85] Trap indicator: Invalid decode, misaligned access or
// jump command to misaligned address.