Skip to content

Commit ba301ee

Browse files
Razer6andreaskurth
authored andcommitted
[hw,xbar,lint] Lint long line length for autogenerated xbar
Signed-off-by: Robert Schilling <[email protected]>
1 parent 4b47946 commit ba301ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hw/top_darjeeling/lint/top_darjeeling.waiver

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ waive -rules {LINE_LENGTH} -location {top_darjeeling.sv} -regexp {Line length of
7777

7878
waive -rules LINE_LENGTH -location {top_darjeeling_rnd_cnst_pkg.sv} -regexp {Line length of [0-9]+ exceeds 100 character limit} \
7979
-comment "top_darjeeling_rnd_cnst_pkg is auto-generated and adhering to the line length limit is not always feasible for auto-generated code"
80+
81+
waive -rules {LINE_LENGTH} -location {xbar_main.sv} -regexp {Line length of [0-9]+ exceeds 100 character limit} \
82+
-comment "xbar_main is auto-generated and adhering to the line length limit is not always feasible for auto-generated code"

0 commit comments

Comments
 (0)