Skip to content

Commit 77a38cb

Browse files
author
Frédéric REQUIN
committed
Added lint waivers on BUFGCE_DIV.v
1 parent 290bf71 commit 77a38cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BUFGCE_DIV.v

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// License : BSD
1010
//
1111

12+
/* verilator lint_off WIDTH */
13+
/* verilator lint_off SYNCASYNCNET */
1214
module BUFGCE_DIV
1315
#(
1416
parameter integer BUFGCE_DIVIDE = 1,
@@ -94,3 +96,5 @@ module BUFGCE_DIV
9496
end
9597

9698
endmodule
99+
/* verilator lint_on WIDTH */
100+
/* verilator lint_on SYNCASYNCNET */

0 commit comments

Comments
 (0)