From 9e8568fb2ef56ab037fe7fb9be6d08ed6e45fdf8 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Fri, 4 Oct 2024 19:39:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A08.=20=D0=9F=D0=B5=D1=80=D0=B5=D0=B8?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20DUT=20?= =?UTF-8?q?=D0=B2=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/08. Load-store unit/lab_08.tb_lsu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/08. Load-store unit/lab_08.tb_lsu.sv b/Labs/08. Load-store unit/lab_08.tb_lsu.sv index bb50936..3b04fc5 100644 --- a/Labs/08. Load-store unit/lab_08.tb_lsu.sv +++ b/Labs/08. Load-store unit/lab_08.tb_lsu.sv @@ -33,7 +33,7 @@ logic grm_we_o ; logic [ 3:0] grm_be_o ; logic [31:0] grm_addr_o ; logic [31:0] grm_wd_o ; -lsu dut(.*); +lsu DUT(.*); lsu_ref grm( .core_rd_o (grm_rd_o ),