Skip to content

Commit 290bf71

Browse files
author
Frédéric REQUIN
committed
Added missing reg on BUFGCE_DIV output
1 parent 46a1d7a commit 290bf71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BUFGCE_DIV.v

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ module BUFGCE_DIV
1919
parameter [0:0] IS_I_INVERTED = 1'b0
2020
)
2121
(
22-
input I,
23-
input CE,
24-
input CLR,
25-
output O /* verilator clocker */
22+
input I,
23+
input CE,
24+
input CLR,
25+
output reg O /* verilator clocker */
2626
);
2727

2828
wire w_CLK = I ^ IS_I_INVERTED;

0 commit comments

Comments
 (0)