Skip to content

Commit 980f9e1

Browse files
a-willHU90m
andcommitted
[prim] Rename all files to match virtual cores
We expect file names to match module names. Now that the IPs are virtual cores, rename the files to match the module names that are the new "ABI" (so to speak). Adjust prim_generic, prim_xilinx, and prim_xilinx_ultrascale libraries. Co-authored-by: Hugo McNally <[email protected]> Signed-off-by: Alexander Williams <[email protected]>
1 parent 4dc50c7 commit 980f9e1

File tree

105 files changed

+102
-102
lines changed

Some content is hidden

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

105 files changed

+102
-102
lines changed

hw/ip/prim_generic/lint/prim_generic_clock_buf.vlt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
`verilator_config
77

8-
lint_off -rule UNUSED -file "*/rtl/prim_generic_clock_buf.sv" -match "Parameter is not used: 'NoFpgaBuf'"
8+
lint_off -rule UNUSED -file "*/rtl/prim_clock_buf.sv" -match "Parameter is not used: 'NoFpgaBuf'"

hw/ip/prim_generic/lint/prim_generic_clock_buf.waiver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# primitives: prim_generic_clock_buf
6-
waive -rules PARAM_NOT_USED -location {prim_generic_clock_buf.sv} -regexp {Parameter '(NoFpgaBuf|RegionSel)' not used} \
5+
# primitives: prim_clock_buf
6+
waive -rules PARAM_NOT_USED -location {prim_clock_buf.sv} -regexp {Parameter '(NoFpgaBuf|RegionSel)' not used} \
77
-comment "parameter unused but required to maintain uniform interface"

hw/ip/prim_generic/lint/prim_generic_clock_div.waiver

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_clock_div
5+
# waiver file for prim_clock_div
66

7-
waive -rules CLOCK_EDGE -location {prim_generic_clock_div.sv} -msg {Falling edge of clock 'clk_i' used here, should use rising edge} \
7+
waive -rules CLOCK_EDGE -location {prim_clock_div.sv} -msg {Falling edge of clock 'clk_i' used here, should use rising edge} \
88
-comment "The clock switch signal is synchronized on negative edge to ensure it is away from any transition"
99

10-
waive -rules DUAL_EDGE_CLOCK -location {prim_generic_clock_div.sv} -regexp {.*} \
10+
waive -rules DUAL_EDGE_CLOCK -location {prim_clock_div.sv} -regexp {.*} \
1111
-comment "The clock switch signal is synchronized on negative edge to ensure it is away from any transition"
1212

13-
waive -rules CLOCK_MUX -location {prim_generic_clock_div.sv} -regexp {.*reaches a multiplexer here, used as a clock.*} \
13+
waive -rules CLOCK_MUX -location {prim_clock_div.sv} -regexp {.*reaches a multiplexer here, used as a clock.*} \
1414
-comment "A mux is used during scan bypass, and for switching between div by 2 and div by 1 clocks"
1515

16-
waive -rules CLOCK_USE -location {prim_generic_clock_div.sv} -regexp {'clk_i' is connected to 'prim_clock_mux2' port 'clk1_i', and used as a clock} \
16+
waive -rules CLOCK_USE -location {prim_clock_div.sv} -regexp {'clk_i' is connected to 'prim_clock_mux2' port 'clk1_i', and used as a clock} \
1717
-comment "This clock mux usage is OK."
1818

19-
waive -rules SAME_NAME_TYPE -location {prim_generic_clock_div.sv} -regexp {'ResetValue' is used as a parameter here, and as an enumeration value at} \
19+
waive -rules SAME_NAME_TYPE -location {prim_clock_div.sv} -regexp {'ResetValue' is used as a parameter here, and as an enumeration value at} \
2020
-comment "Reused parameter name."
2121

2222
waive -rules CLOCK_DRIVER -location {prim_generic_clock_div.sv} -regexp {'gen_div2.q_p' is driven by instance 'gen_div2\^u_div2' of module 'prim_flop', and used as a clock 'clk_i'} \

hw/ip/prim_generic/lint/prim_generic_clock_gating.vlt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
`verilator_config
77

8-
lint_off -rule UNUSED -file "*/rtl/prim_generic_clock_gating.sv" -match "Parameter is not used: 'NoFpgaGate'"
9-
lint_off -rule UNUSED -file "*/rtl/prim_generic_clock_gating.sv" -match "Parameter is not used: 'FpgaBufGlobal'"
8+
lint_off -rule UNUSED -file "*/rtl/prim_clock_gating.sv" -match "Parameter is not used: 'NoFpgaGate'"
9+
lint_off -rule UNUSED -file "*/rtl/prim_clock_gating.sv" -match "Parameter is not used: 'FpgaBufGlobal'"

hw/ip/prim_generic/lint/prim_generic_clock_gating.waiver

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# primitives: prim_clock_gating
6-
waive -rules LATCH -location {prim_generic_clock_gating.sv} -regexp {'en_latch' is a latch} \
6+
waive -rules LATCH -location {prim_clock_gating.sv} -regexp {'en_latch' is a latch} \
77
-comment "clock gating cell creates a latch"
8-
waive -rules COMBO_NBA -location {prim_generic_clock_gating.sv} -regexp {Non-blocking assignment to 'en_latch'} \
8+
waive -rules COMBO_NBA -location {prim_clock_gating.sv} -regexp {Non-blocking assignment to 'en_latch'} \
99
-comment "clock gating cell creates a latch"
10-
waive -rules PARAM_NOT_USED -location {prim_generic_clock_gating.sv} -regexp {Parameter 'NoFpgaGate' not used} \
10+
waive -rules PARAM_NOT_USED -location {prim_clock_gating.sv} -regexp {Parameter 'NoFpgaGate' not used} \
1111
-comment "parameter unused but required to maintain uniform interface"
12-
waive -rules PARAM_NOT_USED -location {prim_generic_clock_gating.sv} -regexp {Parameter 'FpgaBufGlobal' not used} \
12+
waive -rules PARAM_NOT_USED -location {prim_clock_gating.sv} -regexp {Parameter 'FpgaBufGlobal' not used} \
1313
-comment "parameter unused but required to maintain uniform interface"

hw/ip/prim_generic/lint/prim_generic_clock_mux2.vlt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
`verilator_config
77

8-
lint_off -rule UNUSED -file "*/rtl/prim_generic_clock_mux2.sv" -match "Parameter is not used: 'NoFpgaBufG'"
8+
lint_off -rule UNUSED -file "*/rtl/prim_clock_mux2.sv" -match "Parameter is not used: 'NoFpgaBufG'"

hw/ip/prim_generic/lint/prim_generic_clock_mux2.waiver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# waiver file for prim_clock_mux2
66

7-
waive -rules PARAM_NOT_USED -location {prim_generic_clock_mux2.sv} -regexp {.*Parameter 'NoFpgaBufG' not used in.*} \
7+
waive -rules PARAM_NOT_USED -location {prim_clock_mux2.sv} -regexp {.*Parameter 'NoFpgaBufG' not used in.*} \
88
-comment "This parameter serves no function in the generic model"

hw/ip/prim_generic/lint/prim_generic_flash.waiver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_flash
5+
# waiver file for prim_flash
66

77
# The prim generic module does not make use of the IO ports
8-
waive -rules INOUT_AS_IN -location {prim_generic_flash.sv} \
8+
waive -rules INOUT_AS_IN -location {prim_flash.sv} \
99
-regexp {Inout port 'flash_.*_io' has no driver}

hw/ip/prim_generic/lint/prim_generic_otp.vlt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
`verilator_config
77

88
// The generic OTP module doesn't use vendor-specific parameters
9-
lint_off -rule UNUSED -file "*/rtl/prim_generic_otp.sv" -match "*VendorTestOffset*"
10-
lint_off -rule UNUSED -file "*/rtl/prim_generic_otp.sv" -match "*VendorTestSize*"
9+
lint_off -rule UNUSED -file "*/rtl/prim_otp.sv" -match "*VendorTestOffset*"
10+
lint_off -rule UNUSED -file "*/rtl/prim_otp.sv" -match "*VendorTestSize*"

hw/ip/prim_generic/lint/prim_generic_otp.waiver

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ waive -rules {CONST_FF} -location {prim_ram_1p_adv.sv} \
77
-msg {Flip-flop 'rerror_q' is driven by constant zeros in module 'prim_ram_1p_adv' (Depth=1024,Width=22,EnableInputPipeline=1,EnableOutputPipeline=1)} \
88
-comment "The read error bits are unused and hence set to zero."
99

10-
waive -rules {INOUT_AS_IN} -location {prim_generic_otp.sv} \
11-
-msg {Inout port 'ext_voltage_io' has no driver in module 'prim_generic_otp'} \
10+
waive -rules {INOUT_AS_IN} -location {prim_otp.sv} \
11+
-msg {Inout port 'ext_voltage_io' has no driver in module 'prim_otp'} \
1212
-comment "This signal is not driven in the generic model."
1313

14-
waive -rules {PARAM_NOT_USED} -location {prim_generic_otp.sv} \
15-
-regexp {Parameter '(VendorTestOffset|VendorTestSize)' not used in module 'prim_generic_otp'} \
14+
waive -rules {PARAM_NOT_USED} -location {prim_otp.sv} \
15+
-regexp {Parameter '(VendorTestOffset|VendorTestSize)' not used in module 'prim_otp'} \
1616
-comment "These two parameters are not used in the generic model."

hw/ip/prim_generic/lint/prim_generic_pad_wrapper.waiver

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_pad_wrapper
5+
# waiver file for prim_pad_wrapper
66
# note that this code is NOT synthesizable and meant for sim only
77

8-
waive -rules TRI_DRIVER -regexp {'inout_io' is driven by a tristate driver} -location {prim_generic_pad_wrapper.sv} \
8+
waive -rules TRI_DRIVER -regexp {'inout_io' is driven by a tristate driver} -location {prim_pad_wrapper.sv} \
99
-comment "This is a bidirectional pad inout."
1010
waive -rules TRI_DRIVER -regexp {'in_raw_o' is driven by a tristate driver} \
1111
-comment "This is a bidirectional pad inout."
12-
waive -rules MULTI_DRIVEN -regexp {.* drivers on 'inout_io' here} -location {prim_generic_pad_wrapper.sv} \
12+
waive -rules MULTI_DRIVEN -regexp {.* drivers on 'inout_io' here} -location {prim_pad_wrapper.sv} \
1313
-comment "The pad simulation model has multiple drivers to emulate different IO terminations."
14-
waive -rules SELF_ASSIGN -regexp {LHS signal 'inout_io' encountered on the RHS of a continuous assignment statement} -location {prim_generic_pad_wrapper.sv} \
14+
waive -rules SELF_ASSIGN -regexp {LHS signal 'inout_io' encountered on the RHS of a continuous assignment statement} -location {prim_pad_wrapper.sv} \
1515
-comment "This implements a keeper termination (it's basically an explicit TRIREG)"
16-
waive -rules DRIVE_STRENGTH -regexp {Drive strength .* encountered on assignment to 'inout_io'} -location {prim_generic_pad_wrapper.sv} \
16+
waive -rules DRIVE_STRENGTH -regexp {Drive strength .* encountered on assignment to 'inout_io'} -location {prim_pad_wrapper.sv} \
1717
-comment "The pad simulation model uses driving strength attributes to emulate different IO terminations."
18-
waive -rules INPUT_NOT_READ -regexp {Input port 'attr\_i*' is not read from} -location {prim_generic_pad_wrapper.sv} \
18+
waive -rules INPUT_NOT_READ -regexp {Input port 'attr\_i*' is not read from} -location {prim_pad_wrapper.sv} \
1919
-comment "Some IO attributes may not be implemented."
20-
waive -rules Z_USE -regexp {Constant with 'Z literal value '1'bz' encountered} -location {prim_generic_pad_wrapper.sv} \
20+
waive -rules Z_USE -regexp {Constant with 'Z literal value '1'bz' encountered} -location {prim_pad_wrapper.sv} \
2121
-comment "This z assignment is correct."
22-
waive -rules PARAM_NOT_USED -regexp {Parameter 'Variant' not used in module 'prim_generic_pad_wrapper'} -location {prim_generic_pad_wrapper.sv} \
22+
waive -rules PARAM_NOT_USED -regexp {Parameter 'Variant' not used in module 'prim_pad_wrapper'} -location {prim_pad_wrapper.sv} \
2323
-comment "This parameter has been provisioned for later and is currently unused."
24-
waive -rules PARAM_NOT_USED -regexp {Parameter 'ScanRole' not used in module 'prim_generic_pad_wrapper'} -location {prim_generic_pad_wrapper.sv} \
24+
waive -rules PARAM_NOT_USED -regexp {Parameter 'ScanRole' not used in module 'prim_pad_wrapper'} -location {prim_pad_wrapper.sv} \
2525
-comment "This parameter has been provisioned for later and is currently unused."
26-
waive -rules INPUT_NOT_READ -msg {Input port 'clk_scan_i' is not read from in module 'prim_generic_pad_wrapper'} \
26+
waive -rules INPUT_NOT_READ -msg {Input port 'clk_scan_i' is not read from in module 'prim_pad_wrapper'} \
2727
-comment "This clock is not read in RTL since it will be connected after synthesis during DFT insertion"
2828
waive -rules {CLOCK_DRIVER CLOCK_USE INV_CLOCK} -regexp {'gen_bidir.out' is (driven here|used for some other purpose|inverted), (and used|and|used) as( a)? clock} \
2929
-comment "The pad simulation model may also be used for simulating clock pads"

hw/ip/prim_generic/lint/prim_generic_ram_1p.waiver

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_ram_1p
5+
# waiver file for prim_ram_1p
66

7-
waive -rules ALWAYS_SPEC -location {prim_generic_ram_1p.sv} -regexp {Edge triggered block may be more accurately modeled as always_ff} \
7+
waive -rules ALWAYS_SPEC -location {prim_ram_1p.sv} -regexp {Edge triggered block may be more accurately modeled as always_ff} \
88
-comment "Vivado requires here an always instead of always_ff"
9-
waive -rules HIER_NET_NOT_READ -regexp {Connected net '(addr|wdata)_i' at prim_generic_ram_1p.sv.* is not read from in module 'prim_generic_ram_1p'} \
9+
waive -rules HIER_NET_NOT_READ -regexp {Connected net '(addr|wdata)_i' at prim_ram_1p.sv.* is not read from in module 'prim_ram_1p'} \
1010
-comment "Ascentlint blackboxes very deep RAMs to speed up runtime. This blackboxing causes above lint errors."
11-
waive -rules IFDEF_CODE -location {prim_generic_ram_1p.sv} -regexp {Assignment to 'unused_cfg' contained within `ifndef} \
11+
waive -rules IFDEF_CODE -location {prim_ram_1p.sv} -regexp {Assignment to 'unused_cfg' contained within `ifndef} \
1212
-comment "Declaration of signal and assignment to it are in same `ifndef"

hw/ip/prim_generic/lint/prim_generic_ram_1r1w.waiver

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_ram_1r1w
5+
# waiver file for prim_ram_1r1w
66

7-
waive -rules ALWAYS_SPEC -location {prim_generic_ram_1r1w.sv} -regexp {Edge triggered block may be more accurately modeled as always_ff} \
7+
waive -rules ALWAYS_SPEC -location {prim_ram_1r1w.sv} -regexp {Edge triggered block may be more accurately modeled as always_ff} \
88
-comment "Vivado requires here an always instead of always_ff"
9-
waive -rules HIER_NET_NOT_READ -regexp {Connected net '(addr|wdata)_i' at prim_generic_ram_1r1w.sv.* is not read from in module 'prim_generic_ram_1r1w'} \
9+
waive -rules HIER_NET_NOT_READ -regexp {Connected net '(addr|wdata)_i' at prim_ram_1r1w.sv.* is not read from in module 'prim_ram_1r1w'} \
1010
-comment "Ascentlint blackboxes very deep RAMs to speed up runtime. This blackboxing causes above lint errors."
11-
waive -rules IFDEF_CODE -location {prim_generic_ram_1r1w.sv} -regexp {Assignment to 'unused_cfg' contained within `ifndef} \
11+
waive -rules IFDEF_CODE -location {prim_ram_1r1w.sv} -regexp {Assignment to 'unused_cfg' contained within `ifndef} \
1212
-comment "Declaration of signal and assignment to it are in same `ifndef"

hw/ip/prim_generic/lint/prim_generic_ram_2p.vlt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
`verilator_config
77

88
// That is the nature of a dual-port memory: both write ports can access the same storage simultaneously.
9-
lint_off -rule MULTIDRIVEN -file "*/rtl/prim_generic_ram_2p.sv" -match "Signal has multiple driving blocks with different clocking: '*.mem'*"
9+
lint_off -rule MULTIDRIVEN -file "*/rtl/prim_ram_2p.sv" -match "Signal has multiple driving blocks with different clocking: '*.mem'*"

hw/ip/prim_generic/lint/prim_generic_ram_2p.waiver

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_ram_2p
5+
# waiver file for prim_ram_2p
66

7-
waive -rules MULTI_PROC_ASSIGN -location {prim_generic_ram_2p.sv} -regexp {Assignment to 'mem' from more than one block} \
7+
waive -rules MULTI_PROC_ASSIGN -location {prim_ram_2p.sv} -regexp {Assignment to 'mem' from more than one block} \
88
-comment "That is the nature of a dual-port memory: both write ports can access the same storage simultaneously"
9-
waive -rules ALWAYS_SPEC -location {prim_generic_ram_2p.sv} -regexp {Edge triggered block may be more accurately modeled as always_ff} \
9+
waive -rules ALWAYS_SPEC -location {prim_ram_2p.sv} -regexp {Edge triggered block may be more accurately modeled as always_ff} \
1010
-comment "Vivado requires here an always instead of always_ff"
11-
waive -rules HIER_NET_NOT_READ -regexp {Connected net '(addr|wdata)_i' at prim_generic_ram_2p.sv.* is not read from in module 'prim_generic_ram_2p'} \
11+
waive -rules HIER_NET_NOT_READ -regexp {Connected net '(addr|wdata)_i' at prim_ram_2p.sv.* is not read from in module 'prim_ram_2p'} \
1212
-comment "Ascentlint blackboxes very deep RAMs to speed up runtime. This blackboxing causes above lint errors."
13-
waive -rules IFDEF_CODE -location {prim_generic_ram_2p.sv} -regexp {Assignment to 'unused_cfg' contained within `ifndef} \
13+
waive -rules IFDEF_CODE -location {prim_ram_2p.sv} -regexp {Assignment to 'unused_cfg' contained within `ifndef} \
1414
-comment "Declaration of signal and assignment to it are in same `ifndef"

hw/ip/prim_generic/lint/prim_generic_rom.waiver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_rom
5+
# waiver file for prim_rom
66

7-
waive -rules NOT_DRIVEN -location {prim_generic_rom.sv} -regexp {Signal 'mem' has no driver in module 'prim_generic_rom'} \
7+
waive -rules NOT_DRIVEN -location {prim_rom.sv} -regexp {Signal 'mem' has no driver in module 'prim_rom'} \
88
-comment "since this is a ROM, the signal mem has no driver, but it is populated using an initialization file"

hw/ip/prim_generic/lint/prim_generic_usb_diff_rx.waiver

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# waiver file for prim_generic_usb_diff_rx
5+
# waiver file for prim_usb_diff_rx
66
# note that this code is NOT synthesizable and meant for sim only
77

8-
waive -rules TRI_DRIVER -regexp {'(input_pi|input_ni)' is driven by a tristate driver} -location {prim_generic_usb_diff_rx.sv} \
8+
waive -rules TRI_DRIVER -regexp {'(input_pi|input_ni)' is driven by a tristate driver} -location {prim_usb_diff_rx.sv} \
99
-comment "This models the pullup behavior, hence the TRI driver."
10-
waive -rules MULTI_DRIVEN -regexp {'(input_pi|input_ni)' has 2 drivers, also driven at} -location {prim_generic_usb_diff_rx.sv} \
10+
waive -rules MULTI_DRIVEN -regexp {'(input_pi|input_ni)' has 2 drivers, also driven at} -location {prim_usb_diff_rx.sv} \
1111
-comment "The simulation model has multiple drivers to emulate different IO terminations."
12-
waive -rules DRIVE_STRENGTH -regexp {Drive strength '\(weak0,pull1\)' encountered on assignment to '(input_pi|input_ni)'} -location {prim_generic_usb_diff_rx.sv} \
12+
waive -rules DRIVE_STRENGTH -regexp {Drive strength '\(weak0,pull1\)' encountered on assignment to '(input_pi|input_ni)'} -location {prim_usb_diff_rx.sv} \
1313
-comment "The simulation model uses driving strength attributes to emulate different IO terminations."

hw/ip/prim_generic/prim_generic_and2.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ virtual:
1111
filesets:
1212
files_rtl:
1313
files:
14-
- rtl/prim_generic_and2.sv
14+
- rtl/prim_and2.sv
1515
file_type: systemVerilogSource
1616

1717
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_buf.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ virtual:
1111
filesets:
1212
files_rtl:
1313
files:
14-
- rtl/prim_generic_buf.sv
14+
- rtl/prim_buf.sv
1515
file_type: systemVerilogSource
1616

1717
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_clock_buf.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ virtual:
1111
filesets:
1212
files_rtl:
1313
files:
14-
- rtl/prim_generic_clock_buf.sv
14+
- rtl/prim_clock_buf.sv
1515
file_type: systemVerilogSource
1616

1717
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_clock_div.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filesets:
1616
- lowrisc:prim:clock_inv
1717
- lowrisc:prim:clock_buf
1818
files:
19-
- rtl/prim_generic_clock_div.sv
19+
- rtl/prim_clock_div.sv
2020
file_type: systemVerilogSource
2121

2222
files_ascentlint_waiver:

hw/ip/prim_generic/prim_generic_clock_gating.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ virtual:
1111
filesets:
1212
files_rtl:
1313
files:
14-
- rtl/prim_generic_clock_gating.sv
14+
- rtl/prim_clock_gating.sv
1515
file_type: systemVerilogSource
1616

1717
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_clock_inv.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filesets:
1414
- lowrisc:prim:assert
1515
- lowrisc:prim:clock_mux2
1616
files:
17-
- rtl/prim_generic_clock_inv.sv
17+
- rtl/prim_clock_inv.sv
1818
file_type: systemVerilogSource
1919

2020
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_clock_mux2.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ filesets:
1313
depend:
1414
- lowrisc:prim:assert
1515
files:
16-
- rtl/prim_generic_clock_mux2.sv
16+
- rtl/prim_clock_mux2.sv
1717
file_type: systemVerilogSource
1818

1919
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_flash.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ filesets:
1919
- lowrisc:ip:flash_ctrl_prim_reg_top
2020
files:
2121
- rtl/prim_generic_flash_bank.sv
22-
- rtl/prim_generic_flash.sv
22+
- rtl/prim_flash.sv
2323
file_type: systemVerilogSource
2424

2525
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_flop.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ virtual:
1111
filesets:
1212
files_rtl:
1313
files:
14-
- rtl/prim_generic_flop.sv
14+
- rtl/prim_flop.sv
1515
file_type: systemVerilogSource
1616

1717
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_flop_2sync.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filesets:
1616
# Needed for DV.
1717
- lowrisc:prim:cdc_rand_delay
1818
files:
19-
- rtl/prim_generic_flop_2sync.sv
19+
- rtl/prim_flop_2sync.sv
2020
file_type: systemVerilogSource
2121

2222
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_flop_en.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ filesets:
1313
depend:
1414
- lowrisc:prim:sec_anchor
1515
files:
16-
- rtl/prim_generic_flop_en.sv
16+
- rtl/prim_flop_en.sv
1717
file_type: systemVerilogSource
1818

1919
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_otp.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ filesets:
1919
- lowrisc:prim:otp_pkg
2020
- lowrisc:ip:otp_ctrl_prim_reg_top
2121
files:
22-
- rtl/prim_generic_otp.sv
22+
- rtl/prim_otp.sv
2323
file_type: systemVerilogSource
2424

2525
files_verilator_waiver:

hw/ip/prim_generic/prim_generic_pad_attr.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filesets:
1414
- lowrisc:prim:assert
1515
- lowrisc:prim:pad_wrapper_pkg
1616
files:
17-
- rtl/prim_generic_pad_attr.sv
17+
- rtl/prim_pad_attr.sv
1818
file_type: systemVerilogSource
1919

2020
files_verilator_waiver:

0 commit comments

Comments
 (0)