We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b47946 commit ba301eeCopy full SHA for ba301ee
hw/top_darjeeling/lint/top_darjeeling.waiver
@@ -77,3 +77,6 @@ waive -rules {LINE_LENGTH} -location {top_darjeeling.sv} -regexp {Line length of
77
78
waive -rules LINE_LENGTH -location {top_darjeeling_rnd_cnst_pkg.sv} -regexp {Line length of [0-9]+ exceeds 100 character limit} \
79
-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