From f0f397e769bb05142abf7c92aa1317efcf410696 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Fri, 4 Oct 2024 19:40:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A010.=20=D0=9F=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?DUT=20=D0=B2=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/10. Interrupt subsystem/lab_10.tb_irq.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/10. Interrupt subsystem/lab_10.tb_irq.sv b/Labs/10. Interrupt subsystem/lab_10.tb_irq.sv index 0d0c9dd..0e26ba6 100644 --- a/Labs/10. Interrupt subsystem/lab_10.tb_irq.sv +++ b/Labs/10. Interrupt subsystem/lab_10.tb_irq.sv @@ -22,7 +22,7 @@ module lab_10_tb_irq(); string str; -interrupt_controller dut(.*); +interrupt_controller DUT(.*); int err_count; always #5 clk_i <= ~clk_i;