Skip to content

Commit

Permalink
mt1
Browse files Browse the repository at this point in the history
Signed-off-by: Kristine Dosvik <[email protected]>
  • Loading branch information
silabs-krdosvik committed Aug 25, 2023
1 parent 9e81739 commit a1598e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion cv32e40s/tb/uvmt/uvmt_cv32e40s_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
3 changes: 2 additions & 1 deletion cv32e40s/tb/uvmt/uvmt_cv32e40s_tb_ifs.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1598e8

Please sign in to comment.