From a1598e88693a53e6cef8a6ca925a8eb206e109c1 Mon Sep 17 00:00:00 2001 From: Kristine Dosvik Date: Fri, 25 Aug 2023 09:56:57 +0200 Subject: [PATCH] mt1 Signed-off-by: Kristine Dosvik --- cv32e40s/tb/uvmt/support_logic/uvmt_cv32e40s_support_logic.sv | 2 +- cv32e40s/tb/uvmt/uvmt_cv32e40s_tb.sv | 2 +- cv32e40s/tb/uvmt/uvmt_cv32e40s_tb_ifs.sv | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cv32e40s/tb/uvmt/support_logic/uvmt_cv32e40s_support_logic.sv b/cv32e40s/tb/uvmt/support_logic/uvmt_cv32e40s_support_logic.sv index c9d9892141..fe3bc6fd73 100644 --- a/cv32e40s/tb/uvmt/support_logic/uvmt_cv32e40s_support_logic.sv +++ b/cv32e40s/tb/uvmt/support_logic/uvmt_cv32e40s_support_logic.sv @@ -45,7 +45,7 @@ module uvmt_cv32e40s_support_logic // --------------------------------------------------------------------------- // Local variables // --------------------------------------------------------------------------- - +// file change in 40s sendt to 40x // Signal indicates an exception is active for a multiop instruction, // in other words a subop has triggered an exception. WB stage timing. logic exception_active; diff --git a/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb.sv b/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb.sv index 112ed8ff25..b7f29d8ad5 100644 --- a/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb.sv +++ b/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb.sv @@ -1129,7 +1129,7 @@ module uvmt_cv32e40s_tb; .integrity_enabled (core_i.xsecure_ctrl.cpuctrl.integrity), .nmip (core_i.cs_registers_i.dcsr_rdata.nmip), .mcause_exception_code (core_i.cs_registers_i.mcause_rdata.exception_code), - +// file change in 40s sendt to 40x //OBI data: .obi_data_req_packet (core_i.m_c_obi_data_if.req_payload), .obi_data_resp_packet (core_i.m_c_obi_data_if.resp_payload), diff --git a/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb_ifs.sv b/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb_ifs.sv index 65e6bd0f5b..9ba187fe20 100644 --- a/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb_ifs.sv +++ b/cv32e40s/tb/uvmt/uvmt_cv32e40s_tb_ifs.sv @@ -270,7 +270,8 @@ interface uvmt_cv32e40s_support_logic_module_i_if_t input logic clk, input logic rst_n, - +// file change in 40s sendt to 40x +// 40S // 40S // 40S // 40S //Decoder: input logic [31:0] if_instr, input logic [31:0] id_instr,