mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 09:10:10 +00:00
ЛР2. Исправление подключения модуля в nexys_alu
This commit is contained in:
committed by
GitHub
parent
8396bb51ab
commit
ffec97f5ac
@@ -45,7 +45,7 @@ module nexys_alu(
|
||||
logic [31:0] result;
|
||||
logic flag;
|
||||
|
||||
alu_riscv alu_riscv (
|
||||
alu alu_riscv (
|
||||
.alu_op_i (operator),
|
||||
.a_i (operand_a),
|
||||
.b_i (operand_b),
|
||||
|
Reference in New Issue
Block a user