mirror of
https://github.com/MPSU/APS.git
synced 2026-06-10 11:13:33 +00:00
Исправление имени модуля в примере FAQ
Fix the instantiation of the adder module in the testbench.
This commit is contained in:
committed by
GitHub
parent
71cb2f3099
commit
da422cfccb
@@ -139,7 +139,7 @@ endmodule
|
||||
module testbench();
|
||||
logic A, B, C;
|
||||
|
||||
adder DUT(
|
||||
half_adder DUT(
|
||||
.A(A), // <- здесь будет ошибка,
|
||||
// т.к. в модуле half_adder нет порта 'A'
|
||||
.b(B),
|
||||
|
||||
Reference in New Issue
Block a user