From 3ddc89235b62e89b5cfe88ae54274d4b004d6ea0 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 11 Oct 2023 14:27:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A05.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=B2=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/05. Main decoder/tb_decoder_riscv.sv | 33 +++++++++++------------ 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/Labs/05. Main decoder/tb_decoder_riscv.sv b/Labs/05. Main decoder/tb_decoder_riscv.sv index 3af4d69..a141fb8 100644 --- a/Labs/05. Main decoder/tb_decoder_riscv.sv +++ b/Labs/05. Main decoder/tb_decoder_riscv.sv @@ -245,7 +245,6 @@ module tb_decoder_riscv(); instr[6:0] = {SYSTEM_OPCODE,2'b11}; instr[31:7] = 25'h604000; #delay; - $stop(); for (X=0; X<2**5-1; X=X+1) begin for (V=0; V