Skip to content

Commit

Permalink
ЛР7. Обновление nexys_riscv_unit.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Sep 11, 2024
1 parent ea36f92 commit 3bd2559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/07. Datapath/board files/nexys_riscv_unit.sv
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module nexys_riscv_unit(
.O (bufg_clk )
);

riscv_unit unit(
processor_system unit(
.clk_i (bufg_clk),
.rst_i (!arstn_i)
);
Expand Down

0 comments on commit 3bd2559

Please sign in to comment.