Skip to content

Commit f4c2bb9

Browse files
committed
Remove trailing whitespaces
Signed-off-by: Pirmin Vogel <[email protected]>
1 parent f9d3d1c commit f4c2bb9

File tree

109 files changed

+33
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+33
-145
lines changed

hw/dv/sv/cip_lib/cip_base_virtual_sequencer.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ class cip_base_virtual_sequencer #(type CFG_T = cip_base_env_cfg,
1919
`uvm_component_new
2020

2121
endclass
22-

hw/dv/sv/dv_lib/dv_base_agent.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ class dv_base_agent #(type CFG_T = dv_base_agent_cfg,
6565
endfunction
6666

6767
endclass
68-

hw/dv/sv/dv_lib/dv_base_driver.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ class dv_base_driver #(type ITEM_T = uvm_sequence_item,
3434
endtask
3535

3636
endclass
37-

hw/dv/sv/dv_lib/dv_base_scoreboard.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ class dv_base_scoreboard #(type RAL_T = dv_base_reg_block,
7878
endfunction : pre_abort
7979

8080
endclass
81-

hw/dv/sv/pattgen_agent/pattgen_if.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ interface pattgen_if #(
1313
logic [NumChannels-1:0] pcl_tx;
1414

1515
endinterface : pattgen_if
16-

hw/dv/sv/tl_agent/dv/tests/tl_agent_base_test.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ class tl_agent_base_test extends dv_base_test #(.ENV_T(tl_agent_env), .CFG_T(tl_
77
`uvm_component_new
88

99
endclass : tl_agent_base_test
10-

hw/dv/tools/dvsim/common_modes.hjson

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
// in two ways. One of them is setting the pre-processor macro `BUILD_SEED` to the seed value,
5353
// which is done below. The SystemVerilog testbench sources can use the `BUILD_SEED` macro
5454
// value to set some design constants (such as parameters) upon instantiation. The `BUILD_SEED`,
55-
// if not set externally (by passing the --build-seed switch) is set to 1 in
56-
// `hw/dv/sv/dv_utils/dv_macros.svh`. The other way is by passing the {seed} value to utility
57-
// scripts that generate packages that contain randomized constants. These utility scripts can
58-
// be invoked as a `pre_build_cmd`, wrapped within the `build_seed` sim mode in the DUT
55+
// if not set externally (by passing the --build-seed switch) is set to 1 in
56+
// `hw/dv/sv/dv_utils/dv_macros.svh`. The other way is by passing the {seed} value to utility
57+
// scripts that generate packages that contain randomized constants. These utility scripts can
58+
// be invoked as a `pre_build_cmd`, wrapped within the `build_seed` sim mode in the DUT
5959
// simulation configuration Hjson file. All forms of build randomization must be wrapped within
60-
// this `build_seed` sim mode. They will all use the same {seed} value, which allows us to
61-
// deterministically reproduce failures. The `--build-seed` switch is expected to be passed
62-
// when running the nightly regressions. The `seed` value set by dvsim is a 32-bit unsigned
60+
// this `build_seed` sim mode. They will all use the same {seed} value, which allows us to
61+
// deterministically reproduce failures. The `--build-seed` switch is expected to be passed
62+
// when running the nightly regressions. The `seed` value set by dvsim is a 32-bit unsigned
6363
// integer (unless specified on the command-line).
6464
{
6565
name: build_seed

hw/dv/tools/xcelium/unr.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright lowRISC contributors.
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
4-
check_unr -setup
4+
check_unr -setup
55

6-
#Setup the clock and reset the design
6+
#Setup the clock and reset the design
77
clock -infer
88
reset ~dut.rst_ni
99
get_reset_info

hw/formal/tools/vcformal/vcf_dvsim_report.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ proc vcf_dvsim_report { } {
4242
echo "${prop_id},assume,${prop_status},${prop_name},${prop_vacuity},,,,"
4343
}
4444
}
45-

hw/ip/adc_ctrl/dv/env/seq_lib/adc_ctrl_vseq_list.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
`include "adc_ctrl_filters_both_vseq.sv"
1717
`include "adc_ctrl_clock_gating_vseq.sv"
1818
`include "adc_ctrl_stress_all_vseq.sv"
19-

0 commit comments

Comments
 (0)