Skip to content

Commit da422cf

Browse files
authored
Исправление имени модуля в примере FAQ
Fix the instantiation of the adder module in the testbench.
1 parent 71cb2f3 commit da422cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Other/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ endmodule
139139
module testbench();
140140
logic A, B, C;
141141
142-
adder DUT(
142+
half_adder DUT(
143143
.A(A), // <- здесь будет ошибка,
144144
// т.к. в модуле half_adder нет порта 'A'
145145
.b(B),

0 commit comments

Comments
 (0)