We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9dc98 commit ae5965eCopy full SHA for ae5965e
1 file changed
src/clk_int_div.sv
@@ -134,7 +134,6 @@ module clk_int_div #(
134
toggle_ffs_en = 1'b1;
135
136
gate_en_d = 1'b0;
137
- clk_gate_state_d = clk_gate_state_q;
138
case (clk_gate_state_q)
139
IDLE: begin
140
gate_en_d = 1'b1;
0 commit comments