Skip to content

Commit

Permalink
fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreijstal committed Jul 9, 2024
1 parent 79bd7f0 commit bf545bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/i2c_master.v
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ I/O pin. This would prevent devices from stretching the clock period.
);


always @(posedge clk or negedge rst) begin
always @(posedge clk or posedge rst) begin
if (rst) begin
state_reg <= STATE_IDLE;
s_axis_cmd_ready_reg <= 1'b0;
Expand Down

0 comments on commit bf545bc

Please sign in to comment.