From 3bd2559291339ad19951325da945cba2d8d725db Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 11 Sep 2024 20:00:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A07.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20nexys=5Friscv=5Funit.sv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/07. Datapath/board files/nexys_riscv_unit.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/07. Datapath/board files/nexys_riscv_unit.sv b/Labs/07. Datapath/board files/nexys_riscv_unit.sv index ea88c6a..9d44bdf 100644 --- a/Labs/07. Datapath/board files/nexys_riscv_unit.sv +++ b/Labs/07. Datapath/board files/nexys_riscv_unit.sv @@ -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) );