Skip to content

Commit 67ad173

Browse files
authored
missing comma
1 parent 974ae1c commit 67ad173

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
@@ -362,7 +362,7 @@ module i2c_master_tb;
362362
.bus_control(bus_control),
363363
.bus_active(bus_active),
364364
.missed_ack(missed_ack),
365-
.value_has_been_written(value_has_been_written)
365+
.value_has_been_written(value_has_been_written),
366366
.prescale(prescale),
367367
.stop_on_idle(stop_on_idle)
368368
);

0 commit comments

Comments
 (0)