mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 17:40:41 +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 [31:0] result;
|
||||||
logic flag;
|
logic flag;
|
||||||
|
|
||||||
alu_riscv alu_riscv (
|
alu alu_riscv (
|
||||||
.alu_op_i (operator),
|
.alu_op_i (operator),
|
||||||
.a_i (operand_a),
|
.a_i (operand_a),
|
||||||
.b_i (operand_b),
|
.b_i (operand_b),
|
||||||
|
Reference in New Issue
Block a user