Skip to content

Commit 3826ff4

Browse files
committed
--amend
1 parent a46d284 commit 3826ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tb/i2c_master_tb.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ module i2c_master_tb;
365365

366366
i2c_master UUT (
367367
.clk(clk),
368-
.rst(rst),
368+
.rst_n,
369369
.s_axis_cmd_address(s_axis_cmd_address),
370370
.s_axis_cmd_start(s_axis_cmd_start),
371371
.s_axis_cmd_read(s_axis_cmd_read),

0 commit comments

Comments
 (0)