From 07536d890fec3a42847726deee054c04c85797bc Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Fri, 13 Dec 2024 19:21:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A011.=20=D0=98=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B3=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/Made-up modules/lab_11.riscv_core.sv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Labs/Made-up modules/lab_11.riscv_core.sv b/Labs/Made-up modules/lab_11.riscv_core.sv index 650a404..99a145b 100644 --- a/Labs/Made-up modules/lab_11.riscv_core.sv +++ b/Labs/Made-up modules/lab_11.riscv_core.sv @@ -235,7 +235,7 @@ module processor_core ( logic [ 4:0] wdudy; logic dobvu; - decoder_riscv cWDIi3Yip2wSVkI ( + decoder cWDIi3Yip2wSVkI ( .fetched_instr_i (fwSfv), .a_sel_o (C56l2), .b_sel_o (i2H9F), @@ -254,7 +254,7 @@ module processor_core ( .mret_o (TIO8) ); - rf_riscv v9QOWb9Pd9 ( + register_file v9QOWb9Pd9 ( .clk_i (clk_i), .write_enable_i (gHecFb), .write_addr_i ({ntbtm[0],fveev}), @@ -265,7 +265,7 @@ module processor_core ( .read_data2_o (FA2lvEpcG4) ); - alu_riscv VyeRFt4138f ( + alu VyeRFt4138f ( .alu_op_i (eliEEt), .a_i (JYPAbNp3k), .b_i (lLYh8Ufl2), @@ -278,7 +278,7 @@ module processor_core ( .rst_i (rst_i), .exception_i (ziZG3f3w85eBr), .irq_req_i (irq_req_i), - .mie_i (c3y[0]), + .mie_i (c3y[16]), .mret_i (TIO8), .irq_ret_o (irq_ret_o), .irq_cause_o (Ws9A5HuaS),