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 67ad173 commit 019a642Copy full SHA for 019a642
rtl/i2c_master.v
@@ -248,7 +248,7 @@ I/O pin. This would prevent devices from stretching the clock period.
248
reg [7:0] m_axis_data_tdata_reg = 8'd0, m_axis_data_tdata_next;
249
reg m_axis_data_tvalid_reg = 1'b0, m_axis_data_tvalid_next;
250
reg m_axis_data_tlast_reg = 1'b0, m_axis_data_tlast_next;
251
- reg value_has_been_written_reg =0'b0;
+ reg value_has_been_written_reg =1'b0;
252
253
reg scl_i_reg = 1'b1;
254
reg sda_i_reg = 1'b1;
0 commit comments