From e13794228c0d1ec740648e70a2413d7481573037 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Sun, 31 Mar 2024 21:15:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A05.=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B8=D1=8F=20=D0=B8=D0=B7=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=82=D0=BE=D1=82=D0=B8=D0=BF=D0=B0=20=D0=BC=D0=BE=D0=B4=D1=83?= =?UTF-8?q?=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/05. Main decoder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/05. Main decoder/README.md b/Labs/05. Main decoder/README.md index 300baaf..5344b75 100644 --- a/Labs/05. Main decoder/README.md +++ b/Labs/05. Main decoder/README.md @@ -258,7 +258,7 @@ module decoder_riscv ( output logic mem_we_o, output logic [2:0] mem_size_o, output logic gpr_we_o, - output logic [1:0] wb_sel_o, //write back selector + output logic [1:0] wb_sel_o, output logic illegal_instr_o, output logic branch_o, output logic jal_o,