From 2ede5ef2e10a893e9e6b4ea2b24a6472557d9685 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 16 May 2023 14:26:50 -0700 Subject: 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. --- model/riscv_insts_base.sail | 1 - 1 file changed, 1 deletion(-) (limited to 'model/riscv_insts_base.sail') diff --git a/model/riscv_insts_base.sail b/model/riscv_insts_base.sail index d2d7832..eccaac4 100644 --- a/model/riscv_insts_base.sail +++ b/model/riscv_insts_base.sail @@ -877,4 +877,3 @@ function clause execute SFENCE_VMA(rs1, rs2) = { mapping clause assembly = SFENCE_VMA(rs1, rs2) <-> "sfence.vma" ^ spc() ^ reg_name(rs1) ^ sep() ^ reg_name(rs2) - -- cgit v1.1