Skip to content

Commit b24caf3

Browse files
committed
Fix linting error
1 parent 766fa7c commit b24caf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint/common_cells.style.waiver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ waive --rule=typedef-structs-unions --line=29 --location="src/ecc_encode.sv"
44
# That is a known issue with string parameter in Synopsys DC
55
waive --rule=explicit-parameter-storage-type --line=19 --location="src/stream_arbiter.sv"
66
waive --rule=explicit-parameter-storage-type --line=19 --location="src/stream_arbiter_flushable.sv"
7-
waive --rule=explicit-parameter-storage-type --line=29 --location="src/mem_multibank_pwrgate.sv.sv"
8-
waive --rule=explicit-parameter-storage-type --line=31 --location="src/mem_multibank_pwrgate.sv.sv"
7+
waive --rule=explicit-parameter-storage-type --line=29 --location="src/mem_multibank_pwrgate.sv"
8+
waive --rule=explicit-parameter-storage-type --line=31 --location="src/mem_multibank_pwrgate.sv"
99
waive --rule=always-ff-non-blocking --line=290 --location="src/clk_int_div.sv"
1010
waive --rule=always-ff-non-blocking --line=293 --location="src/clk_int_div.sv"
1111
waive --rule=always-ff-non-blocking --line=302 --location="src/clk_int_div.sv"

0 commit comments

Comments
 (0)