Skip to content

Commit cefd048

Browse files
committed
rtl: fix vendored whitespace lint
1 parent 7432396 commit cefd048

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

rtl/cve2/cve2_cs_registers.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ import cve2_pkg::*;
14601460
logic [63:0] rvfi_named_csr_wmask;
14611461
logic [63:0] rvfi_named_csr_rdata;
14621462
logic [63:0] rvfi_named_csr_wdata;
1463-
1463+
14641464
// Generic READ/WRITE values
14651465
logic [63:0] rvfi_csr_addr;
14661466
logic [63:0] rvfi_csr_rmask;

rtl/cve2/cve2_decoder.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ module cve2_decoder #(
665665
rf_ren_b_o = x_issue_resp_register_read_i[1];
666666
rf_we = x_issue_resp_writeback_i;
667667
rf_wdata_sel_o = $bits(rf_wdata_sel_o)'({RF_WD_COPROC});
668-
end
668+
end
669669
end
670670
end
671671

rtl/cve2/cve2_id_stage.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ module cve2_id_stage #(
898898
RF_WD_EX,
899899
RF_WD_CSR,
900900
RF_WD_COPROC})
901-
end
901+
end
902902
else begin : no_gen_asserts_xif
903903
`ASSERT(IbexRegfileWdataSelValid, instr_valid_i |-> rf_wdata_sel inside {
904904
RF_WD_EX,

rtl/cve2/cve2_if_stage.sv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ module cve2_if_stage import cve2_pkg::*; (
179179

180180
`ifndef SYNTHESIS
181181
// (As instroduced on the Ibex core project)
182-
// Needed by the RISC-V compliance checking simulation model for linking
183-
// against C++ testbench code, that expects the simutil_get_scramble_key
182+
// Needed by the RISC-V compliance checking simulation model for linking
183+
// against C++ testbench code, that expects the simutil_get_scramble_key
184184
// or simutil_get_scramble_nonce functions.
185-
// As a slightly ugly hack, let's define the DPI functions here (the
185+
// As a slightly ugly hack, let's define the DPI functions here (the
186186
// real versions are defined in prim_util_get_scramble_params.svh)
187187
export "DPI-C" function simutil_get_scramble_key;
188188
export "DPI-C" function simutil_get_scramble_nonce;

rtl/cve2/cve2_pmp.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
44
// SPDX-License-Identifier: Apache-2.0
55

6-
// The CVE2 does not officially support Physical Memory Protection (PMP), as
6+
// The CVE2 does not officially support Physical Memory Protection (PMP), as
77
// defined by rule PVL-40 of the CV32E20 core functional requirements.
88

99
module cve2_pmp #(

rtl/riscv-dbg/dmi_test.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ package dmi_test;
334334
endtask
335335
endclass
336336

337-
endpackage
337+
endpackage

rtl/riscv-dbg/tb/jtag_test_simple.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ module riscv_dbg_simple #(
377377
end
378378
endtask
379379

380-
endmodule
380+
endmodule

0 commit comments

Comments
 (0)