Skip to content

Commit

Permalink
ЛР2. Исправление подключения модуля в nexys_alu
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 committed Sep 9, 2024
1 parent 8396bb5 commit ffec97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/02. Arithmetic-logic unit/board files/nexys_alu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ffec97f

Please sign in to comment.