Skip to content

Commit

Permalink
ЛР3. Исправление подключения модуля в nexys_rf
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Sep 9, 2024
1 parent ffec97f commit 7b58389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module nexys_rf_riscv(
logic [7:0][3:0] rd1;
logic [7:0][3:0] rd2;

rf_riscv rf_riscv (
register_file rf_riscv (
.clk_i (clk_i),
.read_addr1_i (ra1 ),
.read_addr2_i (ra2 ),
Expand Down

0 comments on commit 7b58389

Please sign in to comment.